ForwardingFileSystem constructor Null safety
- FileSystem delegate
Creates a new ForwardingFileSystem that forwards all methods and properties to the specified delegate.
Implementation
ForwardingFileSystem(this.delegate);
Creates a new ForwardingFileSystem that forwards all methods and properties to the specified delegate.
ForwardingFileSystem(this.delegate);