stats property

StatsItem? get stats

Implementation

StatsItem? get stats => this._stats;
set stats (StatsItem? stats)

Implementation

set stats(StatsItem? stats) {
  this._stats = stats;
}