Struct representing a state field in a Durable Object.
Fields define the structure of the object's state, including:
name
type
default
@type t() :: %DurableObject.Dsl.Field{ __spark_metadata__: any(), default: any(), name: atom(), type: atom() }