clone property Null safety
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;
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
Middleware<T>? get clone => null;