toJson method

Map<String, dynamic> toJson()

Returns a JSON object representing the serialized animation clip.

Implementation

Map<String,dynamic> toJson() {
  return AnimationClip.toJsonStatic(this);
}