Returns a string representing the indentation for the given level.
level
String indentation({int level = 1}) => ' ' * level;