ListLogicalProductsResponse constructor

ListLogicalProductsResponse({
  1. List<LogicalProduct>? logicalProducts,
  2. String? nextPageToken,
})

Implementation

ListLogicalProductsResponse({this.logicalProducts, this.nextPageToken});