FSEvent constructor

FSEvent({
  1. required String action,
  2. required FSCategoryEvent? category,
})

Implementation

FSEvent({required this.action, required this.category}) : super() {
  type = Type.EVENT;
}