LinkException constructor
const
LinkException(
- Object? originalException,
- StackTrace? originalStackTrace
Implementation
const LinkException(
this.originalException,
this.originalStackTrace,
);