short property

String get short

Implementation

String get short {
  return "${[...trim().split("").take(6)].join("")}...";
}