import 'dart:html'; main() { var value = querySelector('input').value; print('The value of the input is: $value'); }