wrap method Null safety

  1. @protected
T wrap(
  1. D delegate
)
protected">@protected

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

Implementation

@protected
T wrap(D delegate);