info static method

String? info(
  1. Object message
)

Implementation

static String? info(Object message) => _log(
      message,
      level: _LogLevel.info,
    );