wrapLink method Null safety

  1. @protected
Link wrapLink(
  1. Link delegate
)
protected">@protected

Creates a new link with the same file system as this entity and backed by the specified delegate.

Implementation

@protected
Link wrapLink(io.Link delegate);