length property

int length

The number of middleware installed in Composer

Implementation

int get length {
  return _middlewares.length;
}