isLoadSucessful method

bool? isLoadSucessful(
  1. LoadingKey loadingKey
)
inherited

Indicates whether the loading of the records identified with the loadingKey key has succeeded.

If there has been no loading with this key, the result is null.

Implementation

bool? isLoadSucessful(LoadingKey loadingKey) =>
    _loadingDescribers[loadingKey]?.isOperationSuccessful;