menu
chrome_extension package
documentation
printer_provider.dart
PrinterInfo
id property
id property
dark_mode
light_mode
id
property
String
get
id
Unique printer ID.
Implementation
String get id => _wrapped.id;
set
id
(
String
v
)
Implementation
set id(String v) { _wrapped.id = v; }
chrome_extension package
documentation
printer_provider
PrinterInfo
id property
PrinterInfo class