BoutiqueWeebi class

the String boutiqueId from server is on _deviceCloudIdentity.boutiqueId avoid confusing ids

Inheritance

Constructors

BoutiqueWeebi.new({required int id, String boutiqueId = '', required String name, required Phone phone, bool status = true, required DateTime? statusUpdateDate, required DateTime creationDate, required Address addressFull, DateTime? updateDate, double promo = 0.0, required String languageCode, DateTime? promoStart, DateTime? promoEnd, PhotoSource logoSource = PhotoSource.unknown, String logoPath = '', String mail = '', String shopKeeperName = '', String shopKeeperTel = '', String shopKeeperMail = ''})
BoutiqueWeebi.fromJson(String source)
factory
BoutiqueWeebi.fromMap(Map<String, dynamic> map)
no need for isProto, only null checking on id
factory

Properties

addressFull Address
finalinherited
boutiqueId String
final
creationDate DateTime
finalinherited
hashCode int
The hash code for this object.
no setteroverride
id int
finalinherited
languageCode String
final
logoPath String
final
logoSource PhotoSource
final
mail String
finalinherited
name String
finalinherited
phone Phone
finalinherited
promo double
finalinherited
promoEnd DateTime?
final
promoStart DateTime?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharableText String
no setter
shopKeeperMail String
finalinherited
shopKeeperName String
finalinherited
shopKeeperTel String
finalinherited
status bool
finalinherited
statusUpdateDate DateTime?
finalinherited
updateDate DateTime?
finalinherited

Methods

copyWith({int? id, Address? addressFull, String? boutiqueId, String? name, Phone? phone, String? mail, String? shopKeeperName, String? shopKeeperTel, String? shopKeeperMail, DateTime? updateDate, DateTime? creationDate, bool? status, DateTime? statusUpdateDate, double? promo, DateTime? promoStart, DateTime? promoEnd, PhotoSource? logoSource, String? logoPath, String? languageCode}) BoutiqueWeebi
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
override
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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

Static Properties

dummy BoutiqueWeebi
final
unknownBoutiqueWeebi BoutiqueWeebi
final