author property
CommentAuthorInformation
get
author
The {@link CommentAuthorInformation author information} of the comment
Implementation
_i3.CommentAuthorInformation get author => _i5.getProperty(
this,
'author',
);
set
author
(CommentAuthorInformation value)
Implementation
set author(_i3.CommentAuthorInformation value) {
_i5.setProperty(
this,
'author',
value,
);
}