ANSICommand.sgr constructor

ANSICommand.sgr(
  1. Iterable<ANSISGRCommand> commands
)

Implementation

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