menu
substrate_metadata package
documentation
models/models.dart
FieldInfo
FieldInfo.new const constructor
FieldInfo.new const constructor
dark_mode
light_mode
FieldInfo
constructor
const
FieldInfo
(
{
String
?
name
,
required
int
type
,
String
?
typeName
,
List
<
String
>
docs
=
const []
,
})
Implementation
const FieldInfo({this.name, required this.type, this.typeName, this.docs = const []});
substrate_metadata package
documentation
models/models
FieldInfo
FieldInfo.new const constructor
FieldInfo class