TieredStorageRule.fromJson constructor

TieredStorageRule.fromJson(
  1. Map json_
)

Implementation

TieredStorageRule.fromJson(core.Map json_)
  : this(includeIfOlderThan: json_['includeIfOlderThan'] as core.String?);