Creates a new Animation object from a JSON Map.
factory Animation.fromJson(Map<String, dynamic> json) => _$AnimationFromJson(json);