DtoError constructor

DtoError({
  1. StackTrace? stackTrace,
  2. Exception? cause,
  3. Error? error,
})

Implementation

DtoError({ super.stackTrace, super.cause, this.error});