ListOneTimeProductsResponse constructor
ListOneTimeProductsResponse({
- String? nextPageToken,
- List<
OneTimeProduct> ? oneTimeProducts,
Implementation
ListOneTimeProductsResponse({this.nextPageToken, this.oneTimeProducts});