UNKNOWN property
final
No page order specified.
Officially Supported Platforms/Implementations:
- macOS WKWebView
Implementation
static final UNKNOWN = PrintJobPageOrder._internalMultiPlatform(2, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 2;
default:
break;
}
return null;
});