BoutiqueAbstract class abstract

Implementers

Constructors

BoutiqueAbstract({required int id, required String managerMacAddress, required String name, required DateTime updateDate, required bool status, required DateTime? statusUpdateDate, required bool serverStatus, required DateTime? serverStatusUpdateDate, required bool isProd, required bool isLocked, required double promo, Phone phone = Phone.empty, String mail = '', Address addressFull = Address.empty, String shopKeeperName = '', String shopKeeperTel = '', String shopKeeperMail = ''})

Properties

addressFull Address
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
isLocked bool
final
isProd bool
final
mail String
final
managerMacAddress String
final
name String
final
phone Phone
final
promo double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverStatus bool
final
serverStatusUpdateDate DateTime?
final
shopKeeperMail String
final
shopKeeperName String
final
shopKeeperTel String
final
status bool
final
statusUpdateDate DateTime?
final
updateDate DateTime
final

Methods

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