DocumentTypes class

Constructors

DocumentTypes({bool? passport, bool? selfie, bool? videoSelfie, List<String>? drivingLicense, List<String>? nationalIdentityCard, List<String>? residencePermit, List<String>? bankStatement, List<String>? councilTaxBill, List<String>? utilityBill})
DocumentTypes.fromJson(Map<String, dynamic> json)

Properties

bankStatement List<String>?
getter/setter pair
councilTaxBill List<String>?
getter/setter pair
drivingLicense List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nationalIdentityCard List<String>?
getter/setter pair
passport bool?
getter/setter pair
residencePermit List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfie bool?
getter/setter pair
utilityBill List<String>?
getter/setter pair
videoSelfie bool?
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