getPhysicalGoods method

PhysicalGoods? getPhysicalGoods()

Implementation

PhysicalGoods? getPhysicalGoods() {
  return this.physicalGoods;
}