DocumentsCopyActions constructor

DocumentsCopyActions({
  1. dynamic onSuccess(
    1. DocCoreSuccessResult result
    )?,
  2. dynamic onError(
    1. Object? error
    )?,
})

Implementation

DocumentsCopyActions({
  this.onSuccess,
  this.onError,
});