debugAssert method

  1. @protected
  2. @visibleForTesting
void debugAssert(
  1. bool value
)

Implementation

@protected
@visibleForTesting
void debugAssert(bool value) => _doAssert = value;