isStatic property

bool get isStatic

I will show this rigid body to determine whether it is a rigid body static.

Implementation

bool get isStatic => RigidBodyType.static == type;