|
| | DocumentModel ({ required this.attachmentDocument, required this.extension, required this.name, required this.pdfFileName, }) |
| factory DocumentModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Definition at line 1 of file document_model.dart.
◆ DocumentModel()
| DocumentModel::DocumentModel |
( |
{ required this.attachmentDocument, required this.extension, required this.name, required this.pdfFileName, } | | ) |
|
|
private |
◆ fromJson()
| factory DocumentModel DocumentModel::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ toJson()
| Map< String, dynamic > DocumentModel::toJson |
( |
| ) |
|
|
inlineprivate |
◆ attachmentDocument
| final String DocumentModel::attachmentDocument |
|
private |
◆ extension
| final String DocumentModel::extension |
|
private |
◆ name
| final String DocumentModel::name |
|
private |
◆ pdfFileName
| final String DocumentModel::pdfFileName |
|
private |
The documentation for this class was generated from the following file: