A list with the frame-names in this texture atlas.
List<String> get frameNames => frames .map((f) => f.name) .toList();