version property

String version

Version of locator task.

Implementation

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