GoogleCloudApihubV1Schema.fromJson constructor

GoogleCloudApihubV1Schema.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1Schema.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      rawValue: json_['rawValue'] as core.String?,
    );