PointOfSale constructor

PointOfSale(
  1. String id,
  2. String? name,
  3. String? url,
  4. String? privateKey,
  5. List<double>? coordinates,
)

Implementation

PointOfSale(this.id, this.name, this.url, this.privateKey, this.coordinates);