hex property

  1. @override
String get hex
override

Implementation

@override
String get hex => "[" + hexValues.join(", ") + "]";