toString method

  1. @override
String toString()
override

Returns a string representation of this GTweenable object.

The returned string includes the type and the target object of this GTweenable instance.

Implementation

@override
String toString() {
  return '[GTweenable] $target';
}