GoogleCloudAssetV1GcsDestination.fromJson constructor

GoogleCloudAssetV1GcsDestination.fromJson(
  1. Map json_
)

Implementation

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