documentFromJson function

Document documentFromJson(
  1. String str
)

users_document_ID : "" type : "" master_user_id : "" document_number : "" document_type_ID : "" document_type : "" document_photo_front : "" document_photo_front_full : "" document_photo_front_name : "" document_photo_back : "" document_photo_back_full : "" document_photo_back_name : ""

Implementation

Document documentFromJson(String str) => Document.fromJson(json.decode(str));