htmlAttributions property

ListBuilder<String> htmlAttributions

Implementation

ListBuilder<String> get htmlAttributions =>
    _$this._htmlAttributions ??= new ListBuilder<String>();
void htmlAttributions=(ListBuilder<String>? htmlAttributions)

Implementation

set htmlAttributions(ListBuilder<String>? htmlAttributions) =>
    _$this._htmlAttributions = htmlAttributions;