AttachmentModel constructor

AttachmentModel(
  1. Map<String, dynamic> payload, {
  2. required String attachType,
})

Implementation

AttachmentModel(this.payload, {required this.attachType});