QuantityBasedExpiry.fromJson constructor

QuantityBasedExpiry.fromJson(
  1. Map json_
)

Implementation

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