system static method

ProtectionDomain system()

Returns the root system domain, usually used by the framework itself.

This domain typically has all permissions and is immutable.

Implementation

static ProtectionDomain system() => _ProtectionDomain.system();