valueOrNull property

FragmentEntry? get valueOrNull
inherited

Implementation

T? get valueOrNull => _hasData ? _data : null;