defaultValue property - TextAreaElement class - dart:html library (original) (raw)

description

String? getdefaultValue

Implementation

String? get defaultValue native;

setdefaultValue (String? value)

Implementation

set defaultValue(String? value) native;