ListLogicalProductsResponse constructor
ListLogicalProductsResponse({
- List<
LogicalProduct> ? logicalProducts, - String? nextPageToken,
Implementation
ListLogicalProductsResponse({this.logicalProducts, this.nextPageToken});