DeviceNameMismatch constructor

DeviceNameMismatch(
  1. {required String nameInServer,
  2. required String nameInMobileDevice,
  3. required Server server}
)

Default constructor for DeviceNameMismatch.

Params:

  • nameInServer: the name of the device in the server.
  • nameInMobileDevice: the name of the device in the mobile application.
  • server: the server where the mismatch occurs.

Implementation

factory DeviceNameMismatch