formattedTitle property

String? get formattedTitle

Implementation

String? get formattedTitle {
  return "$title ($productKind) $price, InUserCollection: $inCollection";
}