rightSvgPath property

List<String> get rightSvgPath

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

Implementation

List<String> get rightSvgPath => _svgPathReader.getPathDs("right_$svgId");