getNameShort method

String getNameShort()

Implementation

String getNameShort() => (name ?? '---').substring(0, 3).toUpperCase();