DeviceSoftwareInfo constructor

DeviceSoftwareInfo({
  1. required String deviceType,
  2. required int passwordSum,
  3. required List<UserAuthType> passwordType,
  4. required int cardSum,
  5. required List<UserAuthType> cardType,
  6. required int markSum,
  7. required List<UserAuthType> markType,
  8. required int faceSum,
  9. required List<UserAuthType> faceType,
  10. required List<DeviceSupportMode> modelType,
  11. required int connectionNumber,
  12. required List<DeviceOtherFunction> otherFunction,
})

Implementation

DeviceSoftwareInfo(
    {required this.deviceType,
    required this.passwordSum,
    required this.passwordType,
    required this.cardSum,
    required this.cardType,
    required this.markSum,
    required this.markType,
    required this.faceSum,
    required this.faceType,
    required this.modelType,
    required this.connectionNumber,
    required this.otherFunction});