缩进 属性

String? indent
final

用于缩进的字符串。

当生成多行输出时,此字符串在每个缩进级别的每行缩进的开头插入一次。

如果为 null,则输出将被编码为单行。

实现

final String? indent;