debugAssertDoesMeetConstraints abstract method

  1. @protected
void debugAssertDoesMeetConstraints()

Verify that the object's constraints are being met. Override this function in a subclass to verify that your state matches the constraints object. This function is only called in checked mode and only when needsLayout is false. If the constraints are not met, it should assert or throw an exception.

Implementation

@protected
void debugAssertDoesMeetConstraints();