ProtoSchema.fromJson constructor

ProtoSchema.fromJson(
  1. Map json_
)

Implementation

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