GoogleCloudRunV2ServiceMesh.fromJson constructor

GoogleCloudRunV2ServiceMesh.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ServiceMesh.fromJson(core.Map json_)
    : this(
        mesh: json_['mesh'] as core.String?,
      );