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