List<String?>? get htmlAttributions => getProperty(this, 'html_attributions')?.cast<String?>();
set htmlAttributions(List<String?>? value) { setProperty(this, 'html_attributions', value); }