PrintWarn constructor

PrintWarn()

Implementation

PrintWarn()
    : super(
        group: const Group(
          tag: '⚠',
          color: lightYellow,
        ),
      );