time method

void time([
  1. String? label = 'default'
])

Implementation

void time([String? label = 'default']) =>
    js_util.callMethod(this, 'time', [label]);