author property

The {@link CommentAuthorInformation author information} of the comment

Implementation

_i3.CommentAuthorInformation get author => _i5.getProperty(
      this,
      'author',
    );
void author=(CommentAuthorInformation value)

Implementation

set author(_i3.CommentAuthorInformation value) {
  _i5.setProperty(
    this,
    'author',
    value,
  );
}