INFO function

void INFO(
  1. Object? m
)

Implementation

void INFO(Object? m)   => Log.instance.info(m);