toMap method

  1. @override
Map<String, dynamic> toMap()
override

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,
  };
}