Represents the type of a mutable class created from a definition. Instances of this type are created by calling the declare() function.
declare()
Note that both function call syntax and new are supported ways to create a mutable instance.
new
Constructs a new instance of the mutable class.
Optional
Represents the type of a mutable class created from a definition. Instances of this type are created by calling the
declare()
function.Note that both function call syntax and
new
are supported ways to create a mutable instance.