stats property

StatsItem? get stats

Implementation

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

Implementation

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