PurchaseInformationModel class

Constructors

PurchaseInformationModel({DateTime? lastDateInsertedMail, DateTime? lastDateChangePassword, DateTime? lastDateChangePhone, DateTime? lastDateChangeMobilePhone, DateTime? lastDateInsertedAddress, bool? purchaseLogged, String? email, String? login})

Properties

email String?
E-mail de Cadastro
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
lastDateChangeMobilePhone DateTime?
Data da última alteração do telefone móvel
getter/setter pair
lastDateChangePassword DateTime?
Data da última alteração da senha
getter/setter pair
lastDateChangePhone DateTime?
Data da última alteração do telefone
getter/setter pair
lastDateInsertedAddress DateTime?
Data da última alteração do endereço
getter/setter pair
lastDateInsertedMail DateTime?
Data da última alteração do e-mail
getter/setter pair
login String?
Login de Acesso
getter/setter pair
purchaseLogged bool?
Compra logado
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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