hexValues property

List<String> get hexValues

Implementation

List<String> get hexValues => value.map((e) => e.hex).toList();