isStack property

bool get isStack

Implementation

bool get isStack {
  return _stackId != null && _stackId!.isNotEmpty && strategy != StackStrategy.none;
}