clone method

  1. @override
ColorUint1 clone()
override

Returns a copy of the color.

Implementation

@override
ColorUint1 clone() => ColorUint1.from(this);