value property

String? value
final

The string value extracted from the event target (target.value).

Populated for input-like elements (<input>, <textarea>, <select>). Remains null for non-input elements or synthetic events without a value.

Implementation

final String? value;