Stat constructor

Stat(
  1. String source,
  2. int count,
  3. bool cache
)

Implementation

Stat(this.source, this.count, this.cache);