originalIcon property

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

The original icon for this presentation node, before we futzed with it.

Implementation

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