toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"\$id": $id,
"\$createdAt": $createdAt,
"\$updatedAt": $updatedAt,
"archiveId": archiveId,
"policyId": policyId,
"status": status,
"startedAt": startedAt,
"migrationId": migrationId,
"services": services,
"resources": resources,
"options": options,
};
}