menu
todo
data\models\attachment_model.dart
AttachmentModel
AttachmentModel.fromJson factory constructor
AttachmentModel.fromJson
dark_mode
light_mode
AttachmentModel.fromJson
constructor
AttachmentModel.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AttachmentModel.fromJson(Map<String, dynamic> json) => _$AttachmentModelFromJson(json);
todo
attachment_model
AttachmentModel
AttachmentModel.fromJson factory constructor
AttachmentModel class