AddFriendNotify constructor

AddFriendNotify(
  1. String? account,
  2. FriendEvent? event, {
  3. String? msg,
  4. String? serverExt,
})

Implementation

AddFriendNotify(this.account, this.event, {this.msg, this.serverExt});