authorName property
String
get
authorName
Implementation
_i2.String get authorName => _i5.getProperty(
this,
'authorName',
);
set
authorName
(String value)
Implementation
set authorName(_i2.String value) {
_i5.setProperty(
this,
'authorName',
value,
);
}