methods method
Returns the methods in the pipeline
This method is probably only useful for testing.
Implementation
Iterable<String> methods() => _rulesByMethod.keys;
Returns the methods in the pipeline
This method is probably only useful for testing.
Iterable<String> methods() => _rulesByMethod.keys;