getVoice method

Voice? getVoice(
  1. int number
)

Get voice by number

Implementation

Voice? getVoice(int number) => voices[number];