capacityString property

String get capacityString

Implementation

String get capacityString {
  return formatter.format(capacity);
}