void printWarn([String? reason = '', String indent = '']) { printLine("$indent🟡 ${reason ?? ''}".trimRight()); }