stats property

void stats=(bool value)

Whether to enable statistics.

Defaults to false.

Implementation

set stats(bool value) => this['stats'] = '$value';