blackIconImagePath property

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

This is a color-inverted version of the whiteIconImagePath.

Implementation

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