@@ -224,7 +224,7 @@ class Fragment$FReport {
224224 if (identical (this , other)) {
225225 return true ;
226226 }
227- if (! ( other is Fragment$FReport ) || runtimeType != other.runtimeType) {
227+ if (other is ! Fragment$FReport || runtimeType != other.runtimeType) {
228228 return false ;
229229 }
230230 final l$title = title;
@@ -431,7 +431,7 @@ class Query$Q {
431431 if (identical (this , other)) {
432432 return true ;
433433 }
434- if (! ( other is Query$Q ) || runtimeType != other.runtimeType) {
434+ if (other is ! Query$Q || runtimeType != other.runtimeType) {
435435 return false ;
436436 }
437437 final l$docsWithTypename = docsWithTypename;
@@ -830,7 +830,7 @@ class Query$Q$docsWithTypename {
830830 if (identical (this , other)) {
831831 return true ;
832832 }
833- if (! ( other is Query$Q$docsWithTypename ) ||
833+ if (other is ! Query$Q$docsWithTypename ||
834834 runtimeType != other.runtimeType) {
835835 return false ;
836836 }
@@ -964,7 +964,7 @@ class Query$Q$docsWithTypename$$Contract implements Query$Q$docsWithTypename {
964964 if (identical (this , other)) {
965965 return true ;
966966 }
967- if (! ( other is Query$Q$docsWithTypename$$Contract ) ||
967+ if (other is ! Query$Q$docsWithTypename$$Contract ||
968968 runtimeType != other.runtimeType) {
969969 return false ;
970970 }
@@ -1057,7 +1057,7 @@ class Query$Q$docsWithTypename$$Report implements Query$Q$docsWithTypename {
10571057 if (identical (this , other)) {
10581058 return true ;
10591059 }
1060- if (! ( other is Query$Q$docsWithTypename$$Report ) ||
1060+ if (other is ! Query$Q$docsWithTypename$$Report ||
10611061 runtimeType != other.runtimeType) {
10621062 return false ;
10631063 }
@@ -1172,7 +1172,7 @@ class Query$Q$docsWihtoutTypename {
11721172 if (identical (this , other)) {
11731173 return true ;
11741174 }
1175- if (! ( other is Query$Q$docsWihtoutTypename ) ||
1175+ if (other is ! Query$Q$docsWihtoutTypename ||
11761176 runtimeType != other.runtimeType) {
11771177 return false ;
11781178 }
@@ -1338,7 +1338,7 @@ class Query$Q$docsWihtoutTypename$$Contract
13381338 if (identical (this , other)) {
13391339 return true ;
13401340 }
1341- if (! ( other is Query$Q$docsWihtoutTypename$$Contract ) ||
1341+ if (other is ! Query$Q$docsWihtoutTypename$$Contract ||
13421342 runtimeType != other.runtimeType) {
13431343 return false ;
13441344 }
@@ -1464,7 +1464,7 @@ class Query$Q$docsWihtoutTypename$$Report
14641464 if (identical (this , other)) {
14651465 return true ;
14661466 }
1467- if (! ( other is Query$Q$docsWihtoutTypename$$Report ) ||
1467+ if (other is ! Query$Q$docsWihtoutTypename$$Report ||
14681468 runtimeType != other.runtimeType) {
14691469 return false ;
14701470 }
@@ -1574,7 +1574,7 @@ class Query$Q$docsWithAliasedTypename {
15741574 if (identical (this , other)) {
15751575 return true ;
15761576 }
1577- if (! ( other is Query$Q$docsWithAliasedTypename ) ||
1577+ if (other is ! Query$Q$docsWithAliasedTypename ||
15781578 runtimeType != other.runtimeType) {
15791579 return false ;
15801580 }
@@ -1668,7 +1668,7 @@ class Query$Q$docsWithAliasedTypename$$Contract
16681668 if (identical (this , other)) {
16691669 return true ;
16701670 }
1671- if (! ( other is Query$Q$docsWithAliasedTypename$$Contract ) ||
1671+ if (other is ! Query$Q$docsWithAliasedTypename$$Contract ||
16721672 runtimeType != other.runtimeType) {
16731673 return false ;
16741674 }
@@ -1763,7 +1763,7 @@ class Query$Q$docsWithAliasedTypename$$Report
17631763 if (identical (this , other)) {
17641764 return true ;
17651765 }
1766- if (! ( other is Query$Q$docsWithAliasedTypename$$Report ) ||
1766+ if (other is ! Query$Q$docsWithAliasedTypename$$Report ||
17671767 runtimeType != other.runtimeType) {
17681768 return false ;
17691769 }
@@ -1864,7 +1864,7 @@ class Query$Q$docsWithFragment {
18641864 if (identical (this , other)) {
18651865 return true ;
18661866 }
1867- if (! ( other is Query$Q$docsWithFragment ) ||
1867+ if (other is ! Query$Q$docsWithFragment ||
18681868 runtimeType != other.runtimeType) {
18691869 return false ;
18701870 }
@@ -2012,7 +2012,7 @@ class Query$Q$docsWithFragment$$Contract implements Query$Q$docsWithFragment {
20122012 if (identical (this , other)) {
20132013 return true ;
20142014 }
2015- if (! ( other is Query$Q$docsWithFragment$$Contract ) ||
2015+ if (other is ! Query$Q$docsWithFragment$$Contract ||
20162016 runtimeType != other.runtimeType) {
20172017 return false ;
20182018 }
@@ -2137,7 +2137,7 @@ class Query$Q$docsWithFragment$$Report
21372137 if (identical (this , other)) {
21382138 return true ;
21392139 }
2140- if (! ( other is Query$Q$docsWithFragment$$Report ) ||
2140+ if (other is ! Query$Q$docsWithFragment$$Report ||
21412141 runtimeType != other.runtimeType) {
21422142 return false ;
21432143 }
0 commit comments