result property

  1. @override
TileCache? result
override

For a successfully completed job the result returns a tile cache. Otherwise null is returned.

If the job is in progress then a null result is returned until the job successfully completes. The returned tile cache is in a not loaded state, use TileCache.load to load it.

Implementation

@override
TileCache? get result => _result.value;