ClientAddress class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ClientAddress({int? id, DateTime? dbDateCreated, DateTime? dbDateUpdated, int? $client, ClientAddressStatus? status, ClientAddressType? type, String? contactName, String? companyName, String? street1, String? street2, String? street3, String? locality, String? region, String? postalCode, String? phone, String? airport, int? market})
ClientAddress.fromJson(Map<String, dynamic> json)
factory

Properties

$client int?
final
airport String?
final
companyName String?
final
contactName String?
final
dbDateCreated DateTime?
final
dbDateUpdated DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
locality String?
final
market int?
final
phone String?
final
postalCode String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ClientAddressStatus?
final
street1 String?
final
street2 String?
final
street3 String?
final
type ClientAddressType?
final

Methods

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

Operators

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

Constants

fromJsonFactory → const ClientAddress Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ClientAddress instance)