currencyCode property
String
get
currencyCode
Implementation
String get currencyCode =>
productVariants.isEmpty ? '' : productVariants.first.price.currencyCode;
String get currencyCode =>
productVariants.isEmpty ? '' : productVariants.first.price.currencyCode;