menu
anteater package
documentation
frontend/ir_generator.dart
FieldInfo
FieldInfo.new constructor
FieldInfo.new constructor
dark_mode
light_mode
FieldInfo
constructor
FieldInfo
(
{
required
String
name
,
String
?
typeName
,
bool
isFinal
=
false
,
bool
isStatic
=
false
,
})
Implementation
FieldInfo({ required this.name, this.typeName, this.isFinal = false, this.isStatic = false, });
anteater package
documentation
frontend/ir_generator
FieldInfo
FieldInfo.new constructor
FieldInfo class