price property

String get price

Implementation

String get price {
  return defaultVariant?.price ?? "0.00";
}