Shop class

Implementers

Constructors

Shop({String? id, int roleId = 2, required String category, required String name, required String phoneNumber, List<Product>? products, String? imgUrl, required bool available, required double longtitude, required double latitude, required String language, required String uuid, required String? jwtToken, List<OrderProduct>? orders})

Properties

available bool
final
category String
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
imgUrl String?
final
jwtToken String?
final
language String
final
latitude double
final
longtitude double
final
name String
final
orders List<OrderProduct>?
final
phoneNumber String
final
products List<Product>?
final
roleId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
final

Methods

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

Operators

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