GoogleCloudStorageIcebergStorage.fromJson constructor
GoogleCloudStorageIcebergStorage.fromJson(
- 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?,
);