authorAttributions property
List<AuthorAttribution>
get
authorAttributions
Implementation
List<AuthorAttribution> get authorAttributions => _authorAttributions.toDart;
set
authorAttributions
(List<AuthorAttribution> value)
Implementation
set authorAttributions(List<AuthorAttribution> value) =>
_authorAttributions = value.toJS;