menu
structures package
documentation
structures.dart
ValidationRule<T extends Entry<Object>> typedef
ValidationRule<T extends Entry<Object>> typedef
dark_mode
light_mode
ValidationRule<
T extends Entry<
Object
>
>
typedef
ValidationRule
<
T extends
Entry
<
Object
>
> =
String
Function
(
Field
<
T
>
field
,
String
value
)
Implementation
typedef ValidationRule<T extends Entry<Object>> = String Function( Field<T> field, String value, );
structures package
documentation
structures
ValidationRule<T extends Entry<Object>> typedef
structures library