loopEnd property

int get loopEnd

Implementation

int get loopEnd => audioSource.loopEnd;
set loopEnd (int value)

Implementation

set loopEnd(int value){
  audioSource.loopEnd = value;
}