category property
Implementation
@JsonKey(fromJson: channelEventValueOf, name: 'cat')
//NOTE: https://github.com/dart-lang/sdk/issues/33698
final ChannelEventCategory? category;
@JsonKey(fromJson: channelEventValueOf, name: 'cat')
//NOTE: https://github.com/dart-lang/sdk/issues/33698
final ChannelEventCategory? category;