initialValue property

T? initialValue
getter/setter pair

The initial value of this field, will be applied post construct and may change over the lifetime of the controller. Do not manually set this here, use the StructureBindingController to set or change initial values.

Implementation

T? initialValue;