@override bool get isLoading { try { $source; return super.isLoading; } on AccessWhileLoadingError { return true; } catch (e) { return false; } }