value property

T? value
final

The value of the selected item.

The value must match the value property of one of the ZdsDropdownListItems in options. If two options have the same value, the first one in the list will be used.

Implementation

final T? value;