CustomerDetailResponse class

Constructors

CustomerDetailResponse.new({int id = 0, String email = '', String name = '', String document = '', required DocumentType documentType, int companyId = 0, String customerId = '', required DateTime dateCreated, required DateTime dateModified})
CustomerDetailResponse.fromJson(String source)
factory
CustomerDetailResponse.fromMap(Map<String, dynamic> map)
factory

Properties

companyId int
final
customerId String
final
dateCreated DateTime
final
dateModified DateTime
final
document String
final
documentType DocumentType
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
name String
final
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
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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