menu
ink_abi package
documentation
interfaces/interfaces_base.dart
Field
Field.new constructor
Field.new constructor
dark_mode
light_mode
Field
constructor
Field
(
{
required
int
type
,
String
?
name
,
String
?
typeName
,
List
<
String
>
?
docs
,
})
Implementation
Field({ required this.type, this.name, this.typeName, this.docs, });
ink_abi package
documentation
interfaces/interfaces_base
Field
Field.new constructor
Field class