Competition.title

@property title (): returns string @property getter

  1. string title [@property getter]
    class Competition
    @property
    string
    title
    ()
  2. string title [@property setter]

Meta