String? get ticket => _$this._ticket;
set ticket(covariant String? ticket) => _$this._ticket = ticket;