Text.fromJson constructor

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

Implementation

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