frameNames property

List<String> frameNames

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

Implementation

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