indices property

  1. @override
List<int> indices
final

The shuffled list of indices of AudioSources to play. For example, 2,0,1 specifies to play the 3rd, then the 1st, then the 2nd item.

Implementation

@override
final indices = <int>[];