Query$DeviceById$publicDeviceMetadataByDeviceId class

Available extensions

Constructors

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

Properties

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

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