Número aleatorio Dart con longitud 7

var rng = new Random();
var code = rng.nextInt(900000) + 100000;
Donate Me