toTracked method
Converts this immutable model to a tracked ORM-managed model. The tracked model supports attribute tracking, change detection, and persistence operations like save() and touch().
Implementation
$OrmMigrationRecord toTracked() {
return $OrmMigrationRecord.fromModel(this);
}