NiceImportExportJob class

Import/export job.

Constructors

NiceImportExportJob({required String id, required String type, required NiceDataFormat format, required NiceJobStatus status, String? fileName, int totalRows = 0, int processedRows = 0, int errorCount = 0, DateTime? createdAt, DateTime? completedAt, String? errorMessage})
const

Properties

completedAt DateTime?
final
createdAt DateTime?
final
errorCount int
final
errorMessage String?
final
fileName String?
final
format NiceDataFormat
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
processedRows int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NiceJobStatus
final
totalRows int
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited