NudgeError constructor
NudgeError(
- String error,
- String errorMessage,
- String errorCode,
- StackTrace stackTrace,
Implementation
NudgeError(
this.error,
this.errorMessage,
this.errorCode,
this.stackTrace,
);