getIfLoaded method

T? getIfLoaded()

Returns the value if loaded.

Implementation

T? getIfLoaded() => _value;