QuantityBasedRetention.fromJson constructor
QuantityBasedRetention.fromJson(
- Map json_
Implementation
QuantityBasedRetention.fromJson(core.Map json_)
: this(
count: json_['count'] as core.int?,
);