shortFormatted property

String shortFormatted

Implementation

String get shortFormatted => version == null ? name : '$name $version';