clone property

Middleware<T>? clone

Returns a shallow copy of this object

If you don't want to use the same Middleware instance for every attachment, then override this method

Implementation

Middleware<T>? get clone => null;