LinkException constructor

const LinkException(
  1. Object? originalException,
  2. StackTrace? originalStackTrace
)

Implementation

const LinkException(
  this.originalException,
  this.originalStackTrace,
);