If a string fits on a single line, without concatenation and escaped newlines, you should probably continue to use a string literal.
String question = """ What's the point, really?""";
String question = "What's the point, really?";