subject property

String? subject

Implementation

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

Implementation

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