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