price method

String? price()

Implementation

String? price() {
  return defaultVariant().price;
}