@override String input({ String prompt = 'input', Object? defaultValue, }) => mason.prompt( prompt, defaultValue: defaultValue, );