isLoadedOK property

bool isLoadedOK

Returns true if isLoaded and no error (OK).

Implementation

bool get isLoadedOK => _loaded && _error == null;