SetUserNote constructor
SetUserNote({
- required int userId,
- FormattedText? note,
Implementation
SetUserNote({required this.userId, this.note});
SetUserNote({required this.userId, this.note});