UserUnfollowEvent constructor

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

Implementation

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