data property

List<AnimationData<T>> data
getter/setter pair

Implementation

late List<AnimationData<T>> data = [];