Person class

Implementers

Constructors

Person({String? name, String? identificationTypeId, String? identificationNumber, String? dv, String? responsabilityTypeId, String? regimeTypeId, String? organizationTypeId, String? municipalityId, String? address, String? phone, String? email, String? state, String? legalRepresentative, String? merchantRegistry})
Person.fromEntry(MapEntry entry)
factory
Person.fromObject(Map data)
factory

Properties

address String?
final
dv String?
final
email String?
final
hashCode int
The hash code for this object.
no setterinherited
identificationNumber String?
final
identificationTypeId String?
final
labelTicket String
no setter
legalRepresentative String?
final
merchantRegistry String?
final
municipalityId String?
final
name String?
final
organizationTypeId String?
final
phone String?
final
regimeTypeId String?
final
responsabilityTypeId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final

Operators

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