Ash.Type.dump_to_native
You're seeing just the function
dump_to_native
, go back to Ash.Type module for more information.
Specs
dump_to_native(t(), term(), constraints() | nil) :: {:ok, term()} | {:error, keyword()} | :error
Casts a value from the Elixir type to a value that the data store can persist
Maps to Ecto.Type.dump/2