Set<String> get animationNames => model.animations .map((e) => e.name) .whereType<String>() // filter not null .toSet();