Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById class
- Available extensions
Constructors
- Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById({required String id, required String serial, String? devicePoP, String $__typename = 'CoreDevicePoPAndSerial'})
-
Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById<
Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById> -
Available on Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById, provided by the UtilityExtension$Query$SaveEyeGraphUtil_GetDevicePopAndSerial$devicePoPAndSerialById extension
no setter - devicePoP → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
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