subject property

String? get subject

Implementation

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

Implementation

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