itemsSizeCache property

Map<int?, Size> itemsSizeCache
getter/setter pair

Stores the Size of the child node's report

Implementation

Map<int?, Size> itemsSizeCache = <int?, Size>{};