DriverInfo class

Constructors

DriverInfo({String? avenue, String? certificateNumber, String? certificateType, String? city, String? countryOfIssue, String? dateOfBirth, String? dateOfExpire, String? dateOfIssue, String? familyName, String? givenName, String? middleName, String? province, String? sex, String? zipCode})
DriverInfo.fromJson(String str)
factory
DriverInfo.fromMap(Map<String, dynamic> json)
factory

Properties

avenue String?
getter/setter pair
certificateNumber String?
getter/setter pair
certificateType String?
getter/setter pair
city String?
getter/setter pair
countryOfIssue String?
getter/setter pair
dateOfBirth String?
getter/setter pair
dateOfExpire String?
getter/setter pair
dateOfIssue String?
getter/setter pair
familyName String?
getter/setter pair
givenName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
middleName String?
getter/setter pair
province String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String?
getter/setter pair
zipCode String?
getter/setter pair

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.
override