extension ReturnShuffle on List { List shuffleReturn() { // final List copyList = toList(); shuffle(); return this; // return copyList; } }