NudgeError constructor

NudgeError(
  1. String error,
  2. String errorMessage,
  3. String errorCode,
  4. StackTrace stackTrace,
)

Implementation

NudgeError(
  this.error,
  this.errorMessage,
  this.errorCode,
  this.stackTrace,
);