toJson method

  1. @override
Map<String, dynamic> toJson()
override

Returns a Map representing this ChatInfoQuote.

Implementation

@override
Map<String, dynamic> toJson() =>
    _$ChatInfoQuoteToJson(this)..['runtimeType'] = 'ChatInfoQuote';