Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] r@ doesnt work with object property #110

Open
1 task done
scapix opened this issue Oct 14, 2024 · 0 comments
Open
1 task done

[BUG] r@ doesnt work with object property #110

scapix opened this issue Oct 14, 2024 · 0 comments

Comments

@scapix
Copy link

scapix commented Oct 14, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

using decorators with object properties, doesn't create dart models, removing r@ in "[email protected]" works, but settings member is not required in that instance

Expected Behavior

using @ decorators should work

Steps To Reproduce

No response

Version

v3.5.8

Relevant JSON syntax

{
  "__className": "test.model", // <- The base class name of the object.
  "r@id": "lib_c1u6t4p45c35rf0nzd",
  "r@name": "Main",
  "[email protected]":  [{
      "id": "fol_bev1zuxhb0j0s1wehr"
  }],
  "[email protected]": {
    "r@coverAspectRatio": 1
  }
}

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant