Query$DeviceById$deviceById class

Available extensions

Constructors

Query$DeviceById$deviceById({required String id, String? devicePop, required String serial, String $__typename = 'CoreDevice'})
Query$DeviceById$deviceById.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$DeviceById$deviceById<Query$DeviceById$deviceById>

Available on Query$DeviceById$deviceById, provided by the UtilityExtension$Query$DeviceById$deviceById 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