CustomAttachmentModel constructor

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

Implementation

CustomAttachmentModel(super.payload, {required super.attachType});