value property

T? value
getter/setter pair

value is a way to set a initial value and will be the value when change by the user.

Implementation

T? value;