cache property

Map<int, dynamic> cache
getter/setter pair

Implementation

Map<int, dynamic> cache = <int, dynamic>{};