copy method

  1. @override
ReleaseUpdater copy()
override

Returns a copy of this instance.

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

Implementation

@override
ReleaseUpdater copy() =>
    ReleaseUpdater(storage.copy(), releaseProvider.copy());