movesMegaminx property
getter/setter pair
Lista estática que contiene las caras del cubo Megaminx. Las caras disponibles para este tipo de cubo son: "U" (Up), "R" (Right), "D" (Down).
Implementation
static List<String> movesMegaminx = [
"U",
"R",
"D",
];