Data.fromJson constructor

Data.fromJson(
  1. dynamic json
)

Implementation

Data.fromJson(dynamic json) {
  _documentTypeID = json['document_type_ID'];
  _documentType = json['document_type'];
}