allowOverflow method

Position allowOverflow(
  1. bool allowOverflow
)

Implementation

Position allowOverflow(bool allowOverflow) {
  _allowOverflow = allowOverflow;
  return this;
}