unregisteredValue property
Read the current value without calling register
Used to prevent unnecessary calls to register in internal methods such
as copyValue
, shouldNotify
, or methods that do not return a value
Implementation
@protected
T get unregisteredValue => _value;