UserNoteUpdateEvent constructor

const UserNoteUpdateEvent({
  1. required String userId,
  2. String? note,
})

Implementation

const UserNoteUpdateEvent({required this.userId, this.note});