ShareDetails constructor

ShareDetails({
  1. List<ShareError>? shareErrors,
  2. List<String>? successfulShares,
})

Implementation

ShareDetails({
  this.shareErrors,
  this.successfulShares,
});