@type t() :: %ExIbge.Geography.State{ acronym: term(), id: term(), name: term(), region: term() }
@spec from_map(map() | nil) :: t() | nil