FriendshipInfo constructor

FriendshipInfo({
  1. String? userID,
  2. int? result,
})

Implementation

FriendshipInfo({this.userID, this.result});