getProductAmount method

double? getProductAmount()

Implementation

double? getProductAmount() {
  return this.productAmount;
}