SpecificRidLightCtrl class

Annotations
  • @freezed

Constructors

SpecificRidLightCtrl({required int onOff, required int dimmer, required int colour, required int units, required int onTime, required int cumulActivePwr, required int pwrFactor})
const
factory
SpecificRidLightCtrl.fromJson(Map<String, dynamic> json)
factory

Properties

colour int
no setterinherited
copyWith → $SpecificRidLightCtrlCopyWith<SpecificRidLightCtrl>
no setterinherited
cumulActivePwr int
no setterinherited
dimmer int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
onOff int
no setterinherited
onTime int
no setterinherited
pwrFactor int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units 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