ASCENDING property
Ascending (back to front) page order.
Officially Supported Platforms/Implementations:
- MacOS
Implementation
static final ASCENDING = PrintJobPageOrder._internalMultiPlatform(1, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 1;
default:
break;
}
return null;
});