animationNames property

Set<String> get animationNames

Implementation

Set<String> get animationNames {
  return animations.map((e) => e.name).nonNulls.toSet();
}