length property

int length

The length of the field.

Implementation

int get length {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Field_getLength(_handle, errorHandler);
  });
}