ProductAction constructor

ProductAction(
  1. String action
)

Implementation

ProductAction(final String action) {
  _put("&pa", action);
}