AnimationT constructor

AnimationT({
  1. String? name,
  2. List<ChannelT>? channels,
})

Implementation

AnimationT({this.name, this.channels});