setNickName method

dynamic setNickName(
  1. String? nick
)

Implementation

setNickName(String? nick) {
  this._nickName = nick;
}