DeviceLockerInfo constructor
DeviceLockerInfo({
- required String lockMethod,
- required IpAndPort ipAndPort,
- required List<
Application> applicationList,
Implementation
DeviceLockerInfo(
{required this.lockMethod,
required this.ipAndPort,
required this.applicationList});