getProductModel method

Map<String, dynamic> getProductModel()

Implementation

Map<String, dynamic> getProductModel() {
  return _productParameter;
}