other_stats property

Map<Int8List, Int8List>? get other_stats

Implementation

Map<Int8List, Int8List>? get other_stats => this._other_stats;
set other_stats (Map<Int8List, Int8List>? other_stats)

Implementation

set other_stats(Map<Int8List, Int8List>? other_stats) {
  this._other_stats = other_stats;
}