GetFeedbackCategoryEvent constructor

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

Implementation

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