DocumentDetailData class
Constructors
-
DocumentDetailData({String? usersDocumentID, String? type, String? masterUserId, String? documentNumber, String? documentTypeID, String? documentType, String? documentPhotoFront, String? documentPhotoFrontFull, String? documentPhotoFrontName, String? documentPhotoBack, String? documentPhotoBackFull, String? documentPhotoBackName})
-
-
DocumentDetailData.fromJson(dynamic json)
-
Methods
-
copyWith({String? usersDocumentID, String? type, String? masterUserId, String? documentNumber, String? documentTypeID, String? documentType, String? documentPhotoFront, String? documentPhotoFrontFull, String? documentPhotoFrontName, String? documentPhotoBack, String? documentPhotoBackFull, String? documentPhotoBackName})
→ DocumentDetailData
-
-
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