isDefault property
bool
get
isDefault
The flag which shows whether the printer fits DefaultPrinterSelection rules. Note that several printers could be flagged.
Implementation
bool get isDefault => _wrapped.isDefault;
set
isDefault
(bool v)
Implementation
set isDefault(bool v) {
_wrapped.isDefault = v;
}