ANSICommand.sgr constructor
ANSICommand.sgr(
- Iterable<
ANSISGRCommand> commands
Implementation
factory ANSICommand.sgr(Iterable<ANSISGRCommand> commands) =>
ANSICommand._('\x1B[${commands.join(';')}m');