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.
2 parents a1f1361 + 00d97cd commit 1368aa5Copy full SHA for 1368aa5
.github/FUNDING.yml
@@ -1 +1 @@
1
-custom: https://www.paypal.me/f3ath
+custom: "https://www.paypal.me/f3ath"
lib/src/document/resource_data.dart
@@ -32,7 +32,7 @@ class ResourceData extends PrimaryData {
32
@override
33
Map<String, Object> toJson() => {
34
...super.toJson(),
35
- 'data': resourceObject,
+ 'data': resourceObject.toJson(),
36
};
37
38
Resource unwrap() => resourceObject?.unwrap();
0 commit comments