subject property
String
get
subject
Gets the subject of the annotation.
Implementation
String get subject => _helper.subject;
set
subject
(String value)
Sets the subject of the annotation.
Implementation
set subject(String value) {
_helper.subject = value;
}