author property

String author

Gets the author of the annotation.

Implementation

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

Sets the author of the annotation.

Implementation

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