baseItemRating top-level property Null safety

Map<String, CurveTable> baseItemRating
read / write

curve table for any item other than survivor.

Implementation

Map<String, CurveTable> baseItemRating =
    mapCurveTables(baseItemRatingCurveTable[0]["ExportValue"] as Map);