EmptyDefaultDeviceView constructor

EmptyDefaultDeviceView(
  1. String entityName,
  2. String mappedModuleId,
  3. String moduleClass,
  4. ModuleManager moduleManager, {
  5. Key? key,
})

Implementation

EmptyDefaultDeviceView(
    super.entityName,
    super.mappedModuleId, super.moduleClass,
    super.moduleManager, {super.key});