menu
xyz_gen_annotations package
documentation
annotations_src/field.dart
Field
Field.new const constructor
Field.new const constructor
dark_mode
light_mode
Field
constructor
const
Field
(
{
String
?
fieldName
,
String
?
fieldType
,
bool
?
nullable
,
})
Implementation
const Field({ this.fieldName, this.fieldType, this.nullable, });
xyz_gen_annotations package
documentation
annotations_src/field
Field
Field.new const constructor
Field class