isNullable property

bool isNullable

True if the field is nullable.

Implementation

bool get isNullable {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Field_getNullable(_handle, errorHandler);
  });
}