isFrozen property

bool isFrozen

Implementation

bool get isFrozen {
  return this == PlutoColumnFrozen.start || this == PlutoColumnFrozen.end;
}