leftSvgPath property

List<String> get leftSvgPath

Returns the SVG path data for the left side of this muscle.

Implementation

List<String> get leftSvgPath => _svgPathReader.getPathDs("left_$svgId");