isFront method

bool isFront()

Returns true if the muscle is visible from the front view.

Implementation

bool isFront() => _view == BodyView.front || _view == BodyView.both;