subject property

String? subject

Property getter and setter for subject:

Implementation

String? get subject;
void subject=(String? subject)

Implementation

set subject(String? subject);