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