categoryIdentifier property

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

The string identifier for the category, if you want to use it for some end. Guaranteed unique within the specific component.

Implementation

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