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