category property Null safety

String? category
final

Event category. Events with different names may share the same category.

Corresponds to the "cat" field in the JSON event.

Implementation

final String? category;