moduleName property

String? get moduleName

The name of the current module, or null for the main server.

Implementation

String? get moduleName => _moduleName;