GetHelpArticleEvent constructor

const GetHelpArticleEvent({
  1. @required int? categoryId,
})

Implementation

const GetHelpArticleEvent({@required this.categoryId}) : super();