GetHelpCategoryEvent constructor

const GetHelpCategoryEvent(
  1. {@required String? uid}
)

Implementation

const GetHelpCategoryEvent({@required this.uid}) : super();