Query$GetMyDevices$myDevices class
- Implemented types
- Available extensions
Constructors
-
Query$GetMyDevices$myDevices({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 Query$GetMyDevices$myDevices$deviceType deviceType, required List<
Query$GetMyDevices$myDevices$remoteDevices> remoteDevices, Query$GetMyDevices$myDevices$baseDevice? baseDevice, String $__typename = 'CoreDevice'}) -
Query$GetMyDevices$myDevices.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- alias → String?
-
final
- allTimesHighConsumption → int
-
final
- allTimesHighProduction → int
-
final
- baseDevice → Query$GetMyDevices$myDevices$baseDevice?
-
final
- blinksPerKwh → int?
-
final
-
copyWith
→ CopyWith$Fragment$MyDevice<
Fragment$MyDevice> -
Available on Fragment$MyDevice, provided by the UtilityExtension$Fragment$MyDevice extension
no setter -
copyWith
→ CopyWith$Query$GetMyDevices$myDevices<
Query$GetMyDevices$myDevices> -
Available on Query$GetMyDevices$myDevices, provided by the UtilityExtension$Query$GetMyDevices$myDevices extension
no setter - deviceType → Query$GetMyDevices$myDevices$deviceType
-
final
- errorCode → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasProduction → bool
-
final
- id → String
-
final
-
remoteDevices
→ List<
Query$GetMyDevices$myDevices$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> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override