newValue property
String
get
newValue
The newValue read-only property of the MutationEvent interface
returns a string. In DOMAttrModified events, it represents the new value
of the Attr node. In DOMCharacterDataModified events, it contains the
new value of the CharacterData node. In all other cases, returns the
empty string ("").
Implementation
external String get newValue;