ShareError constructor

ShareError({
  1. List<String>? accounts,
  2. String? error,
  3. String? message,
})

Implementation

ShareError({
  this.accounts,
  this.error,
  this.message,
});