twn property

Returns a GTweenableList object created from the current value.

A new GTweenableList object is created using the current list as its initial value.

Implementation

GTweenableList get twn {
  return GTweenableList(this);
}