Skip to content

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

@scapix

Description

@scapix

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 "r@settings.LibrarySettings" 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",
  "r@folders.Folder":  [{
      "id": "fol_bev1zuxhb0j0s1wehr"
  }],
  "r@settings.LibrarySettings": {
    "r@coverAspectRatio": 1
  }
}

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions