data property
String?
get
data
The data
read-only property of the
InputEvent interface returns a string with inserted
characters. This may be an empty string if the change doesn't insert text,
such as when
characters are deleted.
Implementation
external String? get data;