timeEnd method

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

Implementation

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