Text.fromJson constructor

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

Implementation

factory Text.fromJson(Map<String, dynamic> json) => _Text.fromJson(json);