Passengers class

Constructors

Passengers({String? id, bool? isActive, bool? isConfirmed, String? subscriberId, String? firstName, String? lastName, String? phone, String? passportNo, String? gender, String? passportIssuingCountry, String? passportExpiry, String? nationality, String? dob, String? type, String? createdAt, String? updatedAt})
Passengers.fromJson(Map<String, dynamic> json)

Properties

createdAt String?
getter/setter pair
dob String?
getter/setter pair
firstName String?
getter/setter pair
fullName String
no setter
gender String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isActive bool?
getter/setter pair
isConfirmed bool?
getter/setter pair
lastName String?
getter/setter pair
nationality String?
getter/setter pair
passportExpiry String?
getter/setter pair
passportIssuingCountry String?
getter/setter pair
passportNo String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriberId String?
getter/setter pair
type String?
getter/setter pair
updatedAt String?
getter/setter pair

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 ==(Object other) bool
The equality operator.
inherited