ViewError constructor
ViewError({
- ViewErrorType errorType = ViewErrorType.none,
- String logMsg = '',
- String message = '',
- Exception? cause,
Implementation
ViewError({
this.errorType = ViewErrorType.none,
this.logMsg = '',
this.message = '',
this.cause,
});