count property
int
get
count
Gets the count of middleware in the pipeline.
Implementation
int get count => _middleware.length;
Gets the count of middleware in the pipeline.
int get count => _middleware.length;