UserFollowEvent constructor

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

Implementation

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