singleton property Null safety

bool singleton

This Middleware is a singleton: the same instance goes to every endpoint

Implementation

bool get singleton => true;