menu
river_cli package
documentation
utils/field_spec.dart
FieldSpec
FieldSpec.new const constructor
FieldSpec.new const constructor
dark_mode
light_mode
FieldSpec
constructor
const
FieldSpec
(
String
name
,
String
type
,
bool
nullable
, {
bool
isModel
=
false
,
})
Implementation
const FieldSpec(this.name, this.type, this.nullable, {this.isModel = false});
river_cli package
documentation
utils/field_spec
FieldSpec
FieldSpec.new const constructor
FieldSpec class