result property

  1. @override
EstimateTileCacheSizeResult? result
override

For a successfully completed job the result returns an estimate of the tile cache size. Otherwise null is returned.

If the job is in progress then a null result is returned until the job successfully completes.

Implementation

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