StripeReader class

Constructors

StripeReader({required LocationStatus locationStatus, required BatteryStatus batteryStatus, required DeviceType deviceType, required Map<String, dynamic> originalJSON, required bool simulated, required bool availableUpdate, required String serialNumber, String? locationId, String? label})

Properties

availableUpdate bool
getter/setter pair
batteryStatus BatteryStatus
getter/setter pair
deviceType DeviceType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
locationId String?
getter/setter pair
locationStatus LocationStatus
getter/setter pair
originalJSON Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String
getter/setter pair
simulated bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map json) StripeReader