store property

Map<String, ({int expired, String value})> store
getter/setter pair

Implementation

Map<String, ({String value, int expired})> store = {};