Set a Matrix2 at the given key.
key
void setMatrix2(String key, Matrix2 matrix) => _set(key, matrix.storage);