SdkError constructor
SdkError({
- dynamic exception,
- StackTrace? stackTrace,
Implementation
SdkError({this.exception, this.stackTrace});
SdkError({this.exception, this.stackTrace});