size property

int size

The number of parts in the immutable part collection.

Implementation

int get size {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ImmutablePartCollection_getSize(
        _handle, errorHandler);
  });
}