cacheMissesAsync property Null safety

Future<int> cacheMissesAsync

Retrieve the number of tiles that were unsuccessfully retrieved from the store during browsing

Implementation

Future<int> get cacheMissesAsync async =>
    (await _db.storeDescriptor.get(0))!.misses;