ProtoSchema.fromJson constructor
ProtoSchema.fromJson(
- Map json_
Implementation
ProtoSchema.fromJson(core.Map json_)
: this(protoDescriptors: json_['protoDescriptors'] as core.String?);
ProtoSchema.fromJson(core.Map json_)
: this(protoDescriptors: json_['protoDescriptors'] as core.String?);