ChatItemQuote constructor

const ChatItemQuote({
  1. ChatItem? original,
  2. required UserId author,
  3. required PreciseDateTime at,
})

Implementation

const ChatItemQuote({this.original, required this.author, required this.at});