Expando<T> constructor

Expando<T>([String name ])

Creates a new Expando. The optional name is only used for debugging purposes and creating two different Expandos with the same name yields two Expandos that work on different properties of the objects they are used on.

Implementation

external Expando([String name]);