wrap method

  1. @override
ForwardingLink wrap(
  1. Link delegate
)
override

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

Implementation

@override
ForwardingLink wrap(io.Link delegate) => wrapLink(delegate) as ForwardingLink;