loading property

bool get loading

Implementation

bool get loading => linkException == null && data == null;