toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "product_id": this.productId,
      "product_name": this.productName,
      "product_price": this.productPrice,
      "callback_url": this.callbackUrl,
      "ebp_no": ebpNo
    };