Field<T> constructor
const
Field<T> ({})
Implementation
const factory Field({
required T value,
String? errorMessage,
@Default(false) bool isValid,
@Default(false) bool obscureText,
}) = _Field<T>;