menu
flutter_canary package
documentation
model/model_mock.dart
MockItem
MockItem constructor
MockItem constructor
dark_mode
light_mode
MockItem
constructor
MockItem
(
int
id
,
String
name
,
String
path
,
bool
enabled
, {
int
?
sceneid
,
List
<
MockScene
>
?
scenes
,
})
Implementation
MockItem(this.id, this.name, this.path, this.enabled, {this.sceneid, this.scenes});
flutter_canary package
documentation
model/model_mock
MockItem
MockItem constructor
MockItem class