Zufallszahl

import „dart:math“; 

//Zufallszahl zwischen 0 und 9 

int zz = Random().nextInt(10);