SecurityStatus constructor
const
SecurityStatus({})
Implementation
const SecurityStatus({
required this.isRooted,
required this.isAppIntegrityValid,
required this.isCertificatePinningValid,
this.isEmulator = false,
this.isScreenBeingRecorded = false,
this.isTampered = false,
this.isRuntimeHooked = false,
});