menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
Device
Device constructor
Device constructor
dark_mode
light_mode
Device
constructor
Device
(
{
required
String
deviceId
,
String
?
displayName
,
String
?
lastSeenIp
,
int
?
lastSeenTs
,
})
Implementation
Device({ required this.deviceId, this.displayName, this.lastSeenIp, this.lastSeenTs, });
sendingnetwork_dart_sdk package
documentation
sdn
Device
Device constructor
Device class