isActive property

bool isActive

Whether the body is active or not.

Implementation

bool get isActive => (flags & activeFlag) == activeFlag;