cachedValue property

T? get cachedValue

Returns the currently cached value without accessing SharedPreferences.

Warning: This may return null if the value has not been read or initialized.

Use get() or convenience methods instead for safer access.

Implementation

T? get cachedValue => _cachedValue;