clone property Null safety
A clone of this class
Override this method only if you want to have different instances for each middleware in your tree
Implementation
Middleware<T>? get clone => null;
A clone of this class
Override this method only if you want to have different instances for each middleware in your tree
Middleware<T>? get clone => null;