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

description

String? getvalue

Implementation

String? get value native;

setvalue (String? value)

Implementation

set value(String? value) native;