type property
The parameter type of this key.
The type of this key indicates which GenerateOfflineMapParameterOverrides dictionary this key belongs to:
Implementation
OfflineMapParametersType get type {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_OfflineMapParametersKey_getType(
_handle,
errorHandler,
);
});
return OfflineMapParametersType._fromCoreValue(
coreValue,
);
}