WhoIsInfo constructor
WhoIsInfo({
- Map<
String, DeviceInfo> ? devices, - String? userId,
Implementation
WhoIsInfo({
this.devices,
this.userId,
});
WhoIsInfo({
this.devices,
this.userId,
});