QuantityBasedRetention.fromJson constructor

QuantityBasedRetention.fromJson(
  1. Map json_
)

Implementation

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