UserTaskCompletedMap constructor
UserTaskCompletedMap({
- List<
UsersReffered> ? yourFriendBuysAShoe, - List<
UsersReffered> ? friendBuysACourse,
Implementation
UserTaskCompletedMap({
this.yourFriendBuysAShoe,
this.friendBuysACourse,
});