Get a constant value in the table at the index.
index
dynamic getGlobalConstant(Type type, int index) { assert(constants.keys.contains(type)); return constants[type]![index]!; }