menu
artifact package
documentation
test_models/feature_models.dart
SchemaModel
SchemaModel.new const constructor
SchemaModel.new const constructor
dark_mode
light_mode
SchemaModel
constructor
const
SchemaModel
(
{
int
id
=
1
,
bool
enabled
=
true
,
List
<
int
>
samples
=
const <int>[1, 2]
,
})
Implementation
const SchemaModel({ this.id = 1, this.enabled = true, this.samples = const <int>[1, 2], });
artifact package
documentation
test_models/feature_models
SchemaModel
SchemaModel.new const constructor
SchemaModel class