A type definition for a map that represents a JSON map of Map<String, Object?>.
typedef JsonMapObject = Map<String, Object?>;