Typed Inttegro domain value.
@type t() :: %Inttegro.Chimes.ChimeEmailMailbox{ address: String.t() | nil, name: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()