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