addressListDataFromJson function

AddressListData addressListDataFromJson(
  1. String str
)

master_user_address_ID : "2" type : "master_user" landmark : "Building 102" address : "Ahmedabad" city : "" city_id : "0" state : "" state_id : "0" pincode : "360005" country : "" country_id : "0" document_type : "Aadhar card" document_number : "456789232" document_front : "http://192.168.50.61/reecosys_2/api/image-tool/index.php?src=http://192.168.50.61/reecosys_beta/api/uploads/kyc/1688992568_124_test.png" document_back : "http://192.168.50.61/reecosys_2/api/image-tool/index.php?src=http://192.168.50.61/reecosys_beta/api/uploads/kyc/1688992568_124_download.png" pan_number : "" pan_card_front : ""

Implementation

AddressListData addressListDataFromJson(String str) => AddressListData.fromJson(json.decode(str));