title property

String get title

Implementation

String get title {
  switch (this) {
    case NyxChannelLayout.stereo:
      return 'Stereo';
    case NyxChannelLayout.mono:
      return 'Mono';
  }
}