menu
chrome_extension package
documentation
printer_provider.dart
PrintJob
title property
title property
dark_mode
light_mode
title
property
String
get
title
The print job title.
Implementation
String get title => _wrapped.title;
set
title
(
String
v
)
Implementation
set title(String v) { _wrapped.title = v; }
chrome_extension package
documentation
printer_provider
PrintJob
title property
PrintJob class