back static method

List<Muscle> back()

Implementation

static List<Muscle> back() =>
    Muscle.values.where((m) => m.isForView(BodyView.back)).toList();