toHSLString method

String toHSLString()

HSL string

Implementation

String toHSLString() {
  return "hsl($_hue, ${(_sat! * 100).round()}%, ${(_lightness! * 100).round()}%)";
}