menu
amaxdart package
documentation
amaxdart.dart
Field
Field constructor
Field constructor
dark_mode
light_mode
Field
constructor
Field
(
{
required
String
name
,
Type
?
type
,
required
String
typeName
,
})
Implementation
Field({ required this.name, this.type, required this.typeName, });
amaxdart package
documentation
amaxdart
Field
Field constructor
Field class