UserSupportInfo constructor
const
UserSupportInfo({
- required FormattedText message,
- required String author,
- required int date,
- dynamic extra,
- int? clientId,
Contains custom information about the user
Implementation
const UserSupportInfo({
required this.message,
required this.author,
required this.date,
this.extra,
this.clientId,
});