isLoading property

bool get isLoading

Implementation

bool get isLoading => value is! T || value == null;