StructNode.name

the name of this struct

  1. string name [@property getter]
  2. string name [@property setter]
    struct StructNode
    @property
    string
    name
    (
    string newName
    )

Meta