encode method
Implementation
Object encode() {
return <Object?>[
code,
createdAt,
jobId,
jobType.index,
message,
partnerId,
partnerParams,
status.index,
updatedAt,
userId,
];
}
Object encode() {
return <Object?>[
code,
createdAt,
jobId,
jobType.index,
message,
partnerId,
partnerParams,
status.index,
updatedAt,
userId,
];
}