Fragment$MyDevice class

Implementers
Available extensions

Constructors

Fragment$MyDevice({required String id, String? alias, required String serial, required int allTimesHighConsumption, required int allTimesHighProduction, required bool hasProduction, int? blinksPerKwh, String? errorCode, required double rmsCurrentMaxPerPhaseAmpere, required Fragment$MyDevice$deviceType deviceType, required List<Fragment$MyDevice$remoteDevices> remoteDevices, Fragment$MyDevice$baseDevice? baseDevice, String $__typename = 'CoreDevice'})
Fragment$MyDevice.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
alias String?
final
allTimesHighConsumption int
final
allTimesHighProduction int
final
baseDevice Fragment$MyDevice$baseDevice?
final
blinksPerKwh int?
final
copyWith CopyWith$Fragment$MyDevice<Fragment$MyDevice>

Available on Fragment$MyDevice, provided by the UtilityExtension$Fragment$MyDevice extension

no setter
deviceType Fragment$MyDevice$deviceType
final
errorCode String?
final
hashCode int
The hash code for this object.
no setteroverride
hasProduction bool
final
id String
final
remoteDevices List<Fragment$MyDevice$remoteDevices>
final
rmsCurrentMaxPerPhaseAmpere double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serial String
final

Methods

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

Operators

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