isInit property

bool isInit

Shortcut for checking if current status is init

Implementation

bool get isInit => fetchingStatus == LoadState.init;