packed property

String packed

Implementation

String get packed {
  return replaceAll(RegExp(r"\s+"), '');
}