menu
json_extension_type package
documentation
models.dart
TypedefInfo
TypedefInfo.new constructor
TypedefInfo.new constructor
dark_mode
light_mode
TypedefInfo
constructor
TypedefInfo
(
{
required
String
name
,
required
List
<
FieldInfo
>
fields
,
bool
isClass
=
false
,
})
Implementation
TypedefInfo({ required this.name, required this.fields, this.isClass = false, });
json_extension_type package
documentation
models
TypedefInfo
TypedefInfo.new constructor
TypedefInfo class