toList method

List<String> toList()

Converts this rating images configuration to a list for serialization

Implementation

List<String> toList() {
  return [strongNegative, negative, neutral, positive, strongPositive];
}