getMass method
Get the mass of the shape if you are having Chipmunk calculate mass properties for you.
Implementation
double getMass() => _shape.getMass();
Get the mass of the shape if you are having Chipmunk calculate mass properties for you.
double getMass() => _shape.getMass();