isBroken property

  1. @protected
bool get isBroken

Implementation

@protected
bool get isBroken {
  return this.__broken != null && this.__broken!;
}