value property

T? value
final

The associated value for the dropdown item. The type of value is generic T.

Implementation

final T? value;