get method

String get(
  1. int index
)

Implementation

String get(int index) => frames[index % frames.length];