menu
android_remote_pro package
documentation
device.dart
Device
Device.new constructor
Device.new constructor
dark_mode
light_mode
Device
constructor
Device
(
{
required
String
name
,
required
String
host
,
required
int
port
,
Map
<
String
,
String
>
?
txt
,
})
Implementation
Device({ required this.name, required this.host, required this.port, this.txt, });
android_remote_pro package
documentation
device
Device
Device.new constructor
Device class