PartialText.fromJson constructor

PartialText.fromJson(
  1. Map<String, dynamic> json
)

Creates a partial text message from a map (decoded JSON).

Implementation

factory PartialText.fromJson(Map<String, dynamic> json) =>
    _$PartialTextFromJson(json);