GoogleCloudAiplatformV1GroundingChunkImage.fromJson constructor

GoogleCloudAiplatformV1GroundingChunkImage.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1GroundingChunkImage.fromJson(core.Map json_)
  : this(
      domain: json_['domain'] as core.String?,
      imageUri: json_['imageUri'] as core.String?,
      sourceUri: json_['sourceUri'] as core.String?,
      title: json_['title'] as core.String?,
    );