flutter_form_annotations
flutter_form_annotations
FieldClass
FieldClass const constructor
FieldClass
FieldClass
constructor
Null safety
const
FieldClass
(
{
List
<
Map
<
String
,
dynamic
>
>
?
properties
,
String
?
label
,
String
?
hint
,
double
?
sequence
}
)
Implementation
const FieldClass({this.properties, this.label, this.hint, this.sequence});
flutter_form_annotations
flutter_form_annotations
FieldClass
FieldClass const constructor
FieldClass class
Constructors
FieldClass
Properties
hashCode
hint
label
properties
runtimeType
sequence
Methods
noSuchMethod
toString
Operators
operator ==