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