FriendCreateSuccess constructor

const FriendCreateSuccess({
  1. Friend? friend,
})

Implementation

const FriendCreateSuccess({this.friend});