toHexColor method

HexColor toHexColor()
override

Implementation

HexColor toHexColor() => new HexColor.fromRgb(r, g, b);