DeviceLockerInfo constructor

DeviceLockerInfo({
  1. required String lockMethod,
  2. required IpAndPort ipAndPort,
  3. required List<Application> applicationList,
})

Implementation

DeviceLockerInfo(
    {required this.lockMethod,
    required this.ipAndPort,
    required this.applicationList});