NoteAttachmentModel constructor

NoteAttachmentModel(
  1. Map<String, dynamic> payload
)

Implementation

NoteAttachmentModel(super.payload) : super(attachType: 'note');