TextInfo.fromJson constructor

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

Implementation

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