MockItem constructor

MockItem(
  1. int id,
  2. String name,
  3. String path,
  4. bool enabled, {
  5. int? sceneid,
  6. List<MockScene>? scenes,
})

Implementation

MockItem(this.id, this.name, this.path, this.enabled,
    {this.sceneid, this.scenes});