ListOneTimeProductsResponse constructor

ListOneTimeProductsResponse({
  1. String? nextPageToken,
  2. List<OneTimeProduct>? oneTimeProducts,
})

Implementation

ListOneTimeProductsResponse({this.nextPageToken, this.oneTimeProducts});