names property

Iterable<String> get names

Every name in stages.

Implementation

Iterable<String> get names => stages.map((ShaderBundleStage s) => s.name);