BucketVersioning.fromJson constructor
BucketVersioning.fromJson(
- Map json_
Implementation
BucketVersioning.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);
BucketVersioning.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);