String? get subject => _$this._subject;
set subject(covariant String? subject) => _$this._subject = subject;