type,exitType is contains dynamic value
factory Animation.fromJson(Map<String, dynamic> json) => Animation( type: json["type"], exitType: json["exitType"], );