isInitial property

bool isInitial

Checks if the the result is the Initial loading state.

Implementation

bool get isInitial => this is Initial<T>;