create static method

CounterInfo create()

Implementation

@$core.pragma('dart2js:noInline')
static CounterInfo create() => CounterInfo._();