value property
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;
value is a way to set a initial value and will be the value when change by the user.
T? value;