InstanceProtect constructor
InstanceProtect({
- required InstanceProtectObjectEnum object,
- required bool rulesEnabled,
- required bool specterEnabled,
Returns a new InstanceProtect instance.
Implementation
InstanceProtect({
required this.object,
required this.rulesEnabled,
required this.specterEnabled,
});