LinkError constructor

LinkError([
  1. String? message
])

Implementation

factory LinkError([_i2.String? message]) => _i5.callConstructor(
      _declaredLinkError,
      [message ?? _i6.undefined],
    );