GoogleCloudStorageIcebergStorage.fromJson constructor

GoogleCloudStorageIcebergStorage.fromJson(
  1. Map json_
)

Implementation

GoogleCloudStorageIcebergStorage.fromJson(core.Map json_)
  : this(
      bucket: json_['bucket'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      serviceAccountKeyFile: json_['serviceAccountKeyFile'] as core.String?,
    );