toCssString method

String toCssString()
override

Implementation

String toCssString() => 'rgb(${r.toInt()}, ${g.toInt()}, ${b.toInt()})';