TextFormat.fromJson constructor

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

从 JSON 创建 TextFormat 实例

Implementation

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