stats property

Map<String, String> get stats

Get Room Stats

Implementation

Map<String, String> get stats {
  return _stats;
}
set stats (dynamic stats)

Set Room Stats

Implementation

set stats(stats) {
  _stats = stats;
}