sequence property

int sequence

Sequence.

Implementation

int get sequence {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Stop_getSequence(_handle, errorHandler);
  });
}