alt property - ImageElement class - dart:html library (original) (raw)

description

String? getalt

Implementation

String? get alt native;

setalt (String? value)

Implementation

set alt(String? value) native;