htmlAttributions property

List<String?>? htmlAttributions

Implementation

List<String?>? get htmlAttributions =>
    getProperty(this, 'html_attributions')?.cast<String?>();
void htmlAttributions=(List<String?>? value)

Implementation

set htmlAttributions(List<String?>? value) {
  setProperty(this, 'html_attributions', value);
}