toJson method

Map<String, dynamic> toJson()

Converts a partial text message to the map representation, encodable to JSON.

Implementation

Map<String, dynamic> toJson() => _$PartialTextToJson(this);