category property

  1. @JsonKey.new(fromJson: userEventValueOf, name: 'cat')
UserEventCategory category
getter/setter pair

Implementation

@JsonKey(fromJson: userEventValueOf, name: 'cat')
UserEventCategory category;