log method

void log([
  1. String? prefix
])

Implementation

void log([String? prefix]) => devtools.log('$prefix${toString()}');