loadSuccessful property

bool? get loadSuccessful

Returns true if load was successful.

If load is not completed yet will return null.

Implementation

bool? get loadSuccessful => _loadSuccessful;