displayStyleIdentifier property

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

An indicator of how the category will be displayed in the UI. It's up to you to do something cool or interesting in response to this, or just to treat it as a normal category.

Implementation

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