short property

String get short

Implementation

String get short {
  return toStringAsFixed(3);
}