shortHand property

String get shortHand

Implementation

String get shortHand => split('-').map((e) => e[0]).join();