description property

String description

Description of locator.

Implementation

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