String? get recipient => _$this._recipient;
set recipient(covariant String? recipient) => _$this._recipient = recipient;