System constructor Null safety
- {dynamic xmlDiscoveryResolve,
- dynamic xmlDiscoveryBye,
- dynamic xmlRemoteDiscovery,
- dynamic xmlSystemBackup,
- dynamic xmlSystemLogging,
- dynamic xmlFirmwareUpgrade,
- required List<
SupportedVersion> supportedVersions}
Implementation
System(
{this.xmlDiscoveryResolve,
this.xmlDiscoveryBye,
this.xmlRemoteDiscovery,
this.xmlSystemBackup,
this.xmlSystemLogging,
this.xmlFirmwareUpgrade,
required this.supportedVersions});