Class.create

Creates a new instance of the class, provided it has a default or zero-argument constructor.

  1. Object create [@property getter]
    class Class
    @property abstract const
    Object
    create
    ()
  2. T create [@property getter]

Return Value

Type: Object

A new instance of the class.

Meta