Proto2EnumValueDescriptorProto.fromJson constructor

Proto2EnumValueDescriptorProto.fromJson(
  1. Map json_
)

Implementation

Proto2EnumValueDescriptorProto.fromJson(core.Map json_)
    : this(
        name: json_['name'] as core.String?,
        number: json_['number'] as core.int?,
      );