DeviceResponse class

Annotations

Constructors

DeviceResponse({@JsonKey(name: 'device_id') String? deviceId, @JsonKey(name: 'device_name') String? deviceName, @JsonKey(name: 'device_platform') String? devicePlatform, @JsonKey(name: 'app_version') String? appVersion, String? comment})
factory
DeviceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appVersion String?
no setterinherited
comment String?
no setterinherited
copyWith → $DeviceResponseCopyWith<DeviceResponse>
Create a copy of DeviceResponse with the given fields replaced by the non-null parameter values.
no setterinherited
deviceId String?
no setterinherited
deviceName String?
no setterinherited
devicePlatform String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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