instance property

Serverpod? instance

The last created Serverpod. In most cases the Serverpod is a singleton object, although it may be possible to run multiple instances in the same program it's not recommended.

Implementation

static Serverpod? get instance => _instance;