int? get accepted => _$this._accepted;
set accepted(covariant int? accepted) => _$this._accepted = accepted;