label method
Implementation
String label() => switch (this) {
Instrument.banjo => "Banjo",
Instrument.guitar => "Guitar"
};
String label() => switch (this) {
Instrument.banjo => "Banjo",
Instrument.guitar => "Guitar"
};