We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8764d4b commit 522d003Copy full SHA for 522d003
README.md
@@ -103,8 +103,8 @@ The features available are:-
103
You can create custom objects by calling:
104
```
105
var dietPlan = ParseObject('DietPlan')
106
- ..setValue('Name', 'Ketogenic')
107
- ..setValue('Fat', 65);
+ ..set('Name', 'Ketogenic')
+ ..set('Fat', 65);
108
109
You then have the ability to do the following with that object:
110
The features available are:-
0 commit comments