String? get conversation => _$this._conversation;
set conversation(covariant String? conversation) => _$this._conversation = conversation;