DoozScenarioStatusData class

Annotations
  • @freezed

Constructors

DoozScenarioStatusData(int scenarioId, int command, int io, bool isActive, int unused, int value, int transition, int startAt, int duration, int daysInWeek, int correlation, int extra, int source, int destination)
const
factory
DoozScenarioStatusData.fromJson(Map<String, dynamic> json)
factory

Properties

command int
no setterinherited
copyWith → $DoozScenarioStatusDataCopyWith<DoozScenarioStatusData>
no setterinherited
correlation int
no setterinherited
daysInWeek int
no setterinherited
destination int
no setterinherited
duration int
no setterinherited
extra int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
io int
no setterinherited
isActive bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenarioId int
no setterinherited
source int
no setterinherited
startAt int
no setterinherited
transition int
no setterinherited
unused int
no setterinherited
value int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited