List<String> frameNames

A list with the frame-names in this texture atlas.

Source

List<String> get frameNames => frames
    .map((f) => f.name)
    .toList();