Schedule constructor
Schedule({})
Returns a new Schedule instance.
Implementation
Schedule({
this.scheduleName,
this.assetModelId,
this.rows = const [],
this.definitions = const [],
this.imported,
});
Returns a new Schedule instance.
Schedule({
this.scheduleName,
this.assetModelId,
this.rows = const [],
this.definitions = const [],
this.imported,
});