stringCount method

int stringCount()

Implementation

int stringCount() =>
    switch (this) { Instrument.banjo => 5, Instrument.guitar => 6 };