GetLeaveMsgCategoryEvent constructor

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

Implementation

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