Dart convertit int string dirigeant zéros

void main() {
 print(123.toString().padLeft(10, '0'));
}
Friendly Finch