GoogleCloudAiplatformV1GroundingChunkWeb.fromJson constructor

GoogleCloudAiplatformV1GroundingChunkWeb.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1GroundingChunkWeb.fromJson(core.Map json_)
  : this(
      domain: json_['domain'] as core.String?,
      title: json_['title'] as core.String?,
      uri: json_['uri'] as core.String?,
    );