toTracked method

$AttributeUser toTracked()

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

$AttributeUser toTracked() {
  return $AttributeUser.fromModel(this);
}