PlatformPrintJobControllerCreationParams constructor

const PlatformPrintJobControllerCreationParams({
  1. required String id,
})

Used by the platform implementation to create a new PlatformPrintJobController.

Implementation

const PlatformPrintJobControllerCreationParams({required this.id});