twn property

Returns a GTweenableMap object created from the current value.

A new GTweenableMap object is created using the current map as its initial value.

Implementation

GTweenableMap get twn {
  return GTweenableMap(this);
}