GoogleCloudAiplatformV1GroundingChunkWeb.fromJson constructor

GoogleCloudAiplatformV1GroundingChunkWeb.fromJson(
  1. Map json_
)

Implementation

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