GTweenableMap constructor

GTweenableMap(
  1. Map target
)

Creates a new GTweenableMap instance with the given target.

Implementation

GTweenableMap(Map target) {
  value = this.target = target;
}