GraphNode.title

  1. String title [@property getter]
  2. String title [@property setter]
    struct GraphNode
    @nogc nothrow @property
    void
    title
    (
    String v
    )

Meta