SetUserNote constructor

SetUserNote({
  1. required int userId,
  2. FormattedText? note,
})

Implementation

SetUserNote({required this.userId, this.note});