TextInputError constructor
const
TextInputError({
- String? errorMessage,
Implementation
const factory TextInputError({final String? errorMessage}) =
_$TextInputErrorImpl;
const factory TextInputError({final String? errorMessage}) =
_$TextInputErrorImpl;