loaded property

  1. @override
bool loaded
override

Whether it's safe to access value (i.e. it is initialized).

Implementation

@override
bool get loaded => _hasLatestValue;