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