Committed by
GitHub
Update README.md
add `@override` to the suggestion, `toJson()` and `fromJson()` Co-authored-by: Nipodemos <nipodemos13@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -689,7 +689,7 @@ print( number == 12 ); // prints > true | @@ -689,7 +689,7 @@ print( number == 12 ); // prints > true | ||
689 | 689 | ||
690 | /// Custom Rx Models: | 690 | /// Custom Rx Models: |
691 | 691 | ||
692 | -// toJson(), toString() are deffered to the child, so you can implement override them, and print() the observable directly. | 692 | +// toJson(), toString() are deferred to the child, so you can implement override on them, and print() the observable directly. |
693 | 693 | ||
694 | class User { | 694 | class User { |
695 | String name, last; | 695 | String name, last; |
-
Please register or login to post a comment