isNotStack property

bool get isNotStack

Implementation

bool get isNotStack {
  return !isStack;
}