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.
ReferencePath
1 parent cebfdc4 commit 0e3d55dCopy full SHA for 0e3d55d
lib/jmap/core/request/reference_path.dart
@@ -4,7 +4,7 @@ class ReferencePath with EquatableMixin {
4
static ReferencePath idsPath = ReferencePath('/ids/*');
5
static ReferencePath createdPath = ReferencePath('/created/*');
6
static ReferencePath updatedPath = ReferencePath('/updated/*');
7
- static ReferencePath updatedPropertiesPath = ReferencePath('updatedProperties');
+ static ReferencePath updatedPropertiesPath = ReferencePath('/updatedProperties');
8
9
final String value;
10
0 commit comments