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