Default Stored Value
During any (update or store requests), this is called after the fill and store callbacks.
You can pass a callable or a value, and it will be attached to the model if no value provided otherwise.
Imagine it's like attributes in the model:
field('currency')->defaultCallback('EUR')