TextPart.fromJson constructor

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

Implementation

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