GoogleCloudApihubV1Documentation.fromJson constructor

GoogleCloudApihubV1Documentation.fromJson(
  1. Map json_
)

Implementation

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