UserSupportInfo constructor

UserSupportInfo({
  1. String? extra,
  2. int? client_id,
  3. FormattedText? message,
  4. string? author,
  5. int32? date,
})

Implementation

UserSupportInfo({
  super.extra,
  super.client_id,
  this.message,
  this.author,
  this.date,
});