AddFriendNotify constructor Null safety
- String? account,
- FriendEvent? event,
- {String? msg,
- String? serverExt}
Implementation
AddFriendNotify(this.account, this.event, {this.msg, this.serverExt});
AddFriendNotify(this.account, this.event, {this.msg, this.serverExt});