QueryFollowEvent constructor

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

Implementation

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