Showing
1 changed file
with
0 additions
and
1 deletions
@@ -695,7 +695,6 @@ print('json: ${jsonEncode(abc)}, type: ${abc.runtimeType}'); | @@ -695,7 +695,6 @@ print('json: ${jsonEncode(abc)}, type: ${abc.runtimeType}'); | ||
695 | abc.add(12); // Coloca 12 na lista, e ATUALIZA o stream. | 695 | abc.add(12); // Coloca 12 na lista, e ATUALIZA o stream. |
696 | abc[3]; // como uma lista lê o índice 3. | 696 | abc[3]; // como uma lista lê o índice 3. |
697 | 697 | ||
698 | -// equality works with the Rx and the value, but hashCode is always taken from the value | ||
699 | // a igualdade funciona com o Rx e o valor, mas hashCode é sempre obtido do valor | 698 | // a igualdade funciona com o Rx e o valor, mas hashCode é sempre obtido do valor |
700 | final number = 12.obs; | 699 | final number = 12.obs; |
701 | print( number == 12 ); // prints > true | 700 | print( number == 12 ); // prints > true |
-
Please register or login to post a comment