``` class Person { name: String by AutoUpdating ...
# getting-started
p
Copy code
class Person {
  name: String by AutoUpdating
  updated: Instant
}
something like this