label property - TrackElement class - dart:html library (original) (raw)

description

String? getlabel

Implementation

String? get label native;

setlabel (String? value)

Implementation

set label(String? value) native;