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