minutes property

int minutes

Gets the minutes component of the time represented by this instance.

Implementation

int get minutes {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TimeOnly_getMinutes(_handle, errorHandler);
  });
}