whiteIconImagePath property

  1. @JsonKey(name: 'whiteIconImagePath')
String? whiteIconImagePath
getter/setter pair

This is the same icon as the one in the display properties, offered here as well with a more descriptive name.

Implementation

@JsonKey(name:'whiteIconImagePath')
String? whiteIconImagePath;