CustomerModel class

Constructors

CustomerModel({String? id, String? email, String? name, String? notes, String? createdAt, String? updatedAt, List<CustomVariables>? customVariables, String? zipCode, int? number, String? complement, String? cpfCnpj})
CustomerModel.fromJson(String source)
factory
CustomerModel.fromMap(Map<String, dynamic> map)
factory

Properties

complement String?
getter/setter pair
cpfCnpj String?
getter/setter pair
createdAt String?
getter/setter pair
customVariables List<CustomVariables>?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
name String?
getter/setter pair
notes String?
getter/setter pair
number int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
getter/setter pair
zipCode String?
getter/setter pair

Methods

copyWith({String? id, String? email, String? name, String? notes, String? createdAt, String? updatedAt, List<CustomVariables>? customVariables, String? zipCode, int? number, String? complement, String? cpfCnpj}) CustomerModel
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 o) bool
The equality operator.
override