FriendLoadSuccess constructor

const FriendLoadSuccess(
  1. List<Friend> friendList
)

Implementation

const FriendLoadSuccess(this.friendList);