subject property

String subject

Gets the subject of the annotation.

Implementation

String get subject => _helper.subject;
void subject=(String value)

Sets the subject of the annotation.

Implementation

set subject(String value) {
  _helper.subject = value;
}