UserNoteUpdateRequest constructor

const UserNoteUpdateRequest({
  1. String? note,
})

Implementation

const UserNoteUpdateRequest({this.note});