BulkPublishResponse constructor

BulkPublishResponse({
  1. String? identityPoolId,
})

Implementation

BulkPublishResponse({
  this.identityPoolId,
});