DeviceDescriptor constructor Null safety
Implementation
DeviceDescriptor({
required this.roleName,
this.isMasterDevice = false,
this.supportedDataTypes,
}) : super();
DeviceDescriptor({
required this.roleName,
this.isMasterDevice = false,
this.supportedDataTypes,
}) : super();