copyWith method
Implementation
SetUserNote copyWith({int? userId, FormattedText? note}) =>
SetUserNote(userId: userId ?? this.userId, note: note ?? this.note);
SetUserNote copyWith({int? userId, FormattedText? note}) =>
SetUserNote(userId: userId ?? this.userId, note: note ?? this.note);