author property

String get author

Gets the author of the annotation.

Implementation

String get author => _helper.author;
set author (String value)

Sets the author of the annotation.

Implementation

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