notice method

void notice(
  1. Object message, {
  2. int indent = 0,
})

Implementation

void notice(Object message, {int indent = 0}) =>
    log(message, prefix: "${_bgc}1${_fgc}b${_fgc}l", indent: indent);