SearchCowEvent constructor Null safety

SearchCowEvent(
  1. {required SearchCowAction action}
)

Implementation

SearchCowEvent({required this.action});