ListProductCertificationsResponse constructor

ListProductCertificationsResponse({
  1. String? nextPageToken,
  2. List<ProductCertification>? productCertifications,
})

Implementation

ListProductCertificationsResponse({
  this.nextPageToken,
  this.productCertifications,
});