result property
override
Result of the successfully completed job (ExportVectorTilesResult). If successful it will contain the downloaded vector tile cache. Otherwise null is returned.
If the job is in progress then a null result is returned until the job successfully completes.
Implementation
@override
ExportVectorTilesResult? get result => _result.value;