CrewAddress class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

CrewAddress({int? id, DateTime? dbDateCreated, DateTime? dbDateUpdated, int? crew, CrewAddressStatus? status, String? street1, String? street2, String? street3, String? locality, String? region, String? postalCode, String? country})
CrewAddress.fromJson(Map<String, dynamic> json)
factory

Properties

country String?
final
crew int?
final
dbDateCreated DateTime?
final
dbDateUpdated DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
locality String?
final
postalCode String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CrewAddressStatus?
final
street1 String?
final
street2 String?
final
street3 String?
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 CrewAddress Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(CrewAddress instance)