ready method

bool ready(
  1. Object key
)
inherited

Returns the data ready status by key even if error occurred

Implementation

bool ready(Object key) => dataFor(key) != null || errorFor(key) != null;