identifier property

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

Mostly just for debug purposes, but if you find it useful you can have it. This is BNet's manually created identifier for this category.

Implementation

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