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