getProductDescription method

String? getProductDescription()

Implementation

String? getProductDescription() {
  return productDescription;
}