menu
inferno package
documentation
datatypes/object.dart
ObjectType
ObjectType.new const constructor
ObjectType.new const constructor
dark_mode
light_mode
ObjectType
constructor
const
ObjectType
(
Map
<
String
,
DataType
>
fieldTypes
, {
bool
nullable
=
false
,
})
Implementation
const ObjectType(this.fieldTypes, {bool nullable = false}) : super(nullable);
inferno package
documentation
datatypes/object
ObjectType
ObjectType.new const constructor
ObjectType class