version property

String version

The style version.

Implementation

String get version {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_VectorTileStyle_getVersion(_handle, errorHandler);
  });
  return stringHandle.toDartString();
}