copy method

Returns a copy of this instance.

  • Fresh instances should be prepared to be sent through Isolates.

Implementation

@override
ReleaseStorageDirectory copy() => ReleaseStorageDirectory(name, directory);