toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "mobileAndNationalCodeVerification": mobileAndNationalCodeVerification,
  "zipCodeToAddressDetail": zipCodeToAddressDetail,
  "vehicleViolationsDetail": vehicleViolationsDetail,
  "drivingLicenceStatus": drivingLicenceStatus,
  "freewayToll": freewayToll,
  "licencePlateDetail": licencePlateDetail,
  "drivingLicenceNegativePoint": drivingLicenceNegativePoint,
  "iBanToBankAccountDetail": iBanToBankAccountDetail,
};