CreateTerminal class

Constructors

CreateTerminal({required String deviceId, required String softwareType, required String appId, required String softwareVersion, required String osType, required String osVersion, required String deviceVendor, required String deviceModel, required String storeId})
CreateTerminal.fromJson(String source)
factory
CreateTerminal.fromMap(Map<String, dynamic> map)
factory

Properties

appId String
final
deviceId String
final
deviceModel String
final
deviceVendor String
final
hashCode int
The hash code for this object.
no setteroverride
osType String
final
osVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareType String
final
softwareVersion String
final
storeId String
final

Methods

copyWith({String? deviceId, String? softwareType, String? appId, String? softwareVersion, String? osType, String? osVersion, String? deviceVendor, String? deviceModel, String? storeId}) CreateTerminal
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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