PointOfSale class

Constructors

PointOfSale(String id, String? name, String? url, String? privateKey, List<double>? coordinates)
PointOfSale.fromMap(Map<String, dynamic> map)

Properties

coordinates List<double>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String?
final
privateKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

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

Operators

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

Static Properties

dbCoordinates String
getter/setter pair
dbId String
getter/setter pair
dbName String
getter/setter pair
dbPrivateKey String
getter/setter pair
dbUrl String
getter/setter pair