defaultValue property - TrackElement class - dart:html library (original) (raw)
- @JSName('default')
bool? getdefaultValue
Implementation
@JSName('default')
bool? get defaultValue native;
- @JSName('default')
setdefaultValue (bool? value)
Implementation
@JSName('default')
set defaultValue(bool? value) native;