import 'dart:math'; List number=['a','b','c]; final random = Random(); String randomNm = (numbers.toList()..shuffle()).first;