fatal static method

void fatal(
  1. Object? object
)

more will use color magenta

Implementation

static void fatal(Object? object) => printMagenta(object);