UserSupportInfo constructor
UserSupportInfo({
- String? extra,
- int? client_id,
- FormattedText? message,
- string? author,
- int32? date,
Implementation
UserSupportInfo({
super.extra,
super.client_id,
this.message,
this.author,
this.date,
});