int? get invited => _$this._invited;
set invited(covariant int? invited) => _$this._invited = invited;