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