UserSupportInfo constructor

UserSupportInfo({
  1. FormattedText? message,
  2. required String author,
  3. required int date,
})

Implementation

UserSupportInfo({this.message, required this.author, required this.date});