BatchUpdateOneTimeProductsResponse constructor

BatchUpdateOneTimeProductsResponse({
  1. List<OneTimeProduct>? oneTimeProducts,
})

Implementation

BatchUpdateOneTimeProductsResponse({this.oneTimeProducts});