event property

List<String>? get event

Implementation

List<String>? get event => (_$data['event'] as List<String>?);