LinkError constructor

LinkError(
  1. Object? message
)

Create a new LinkError with the given message.

Implementation

LinkError(this.message);