Alias for prompt for brevity.
String ask(String question, {String defaultValue = ''}) => prompt(question, defaultValue: defaultValue);