shortOrLong property

String get shortOrLong

Implementation

String get shortOrLong => (short ?? long)!;