isBreaking property

bool get isBreaking

Implementation

bool get isBreaking {
  return !isExperimental && type.isBreaking;
}