ExportTaskNotFoundFault constructor

ExportTaskNotFoundFault({
  1. String? type,
  2. String? message,
})

Implementation

ExportTaskNotFoundFault({String? type, String? message})
    : super(type: type, code: 'ExportTaskNotFoundFault', message: message);