I have the following dart class...
class Color { final int value; const Color._internal(this.value); static const Color WHITE = const Color._internal(0