log method

void log(
  1. Object? value
)

Implementation

void log(Object? value) => _log(value.jsify());