wkText property

String wkText

The well-known text of this transformation step instance.

Implementation

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