UserSupportInfo constructor
UserSupportInfo({
- FormattedText? message,
- required String author,
- required int date,
Implementation
UserSupportInfo({this.message, required this.author, required this.date});