ExistingBucketConfig.fromJson constructor
ExistingBucketConfig.fromJson(
- Map json_
Implementation
ExistingBucketConfig.fromJson(core.Map json_)
: this(bucket: json_['bucket'] as core.String?);
ExistingBucketConfig.fromJson(core.Map json_)
: this(bucket: json_['bucket'] as core.String?);