threads property

List<ModeratorEntry> threads

Implementation

List<ModeratorEntry> get threads {
  List<ModeratorEntry> _g = [];
  _threads.forEach((element) {
    _g.add(_data[element]!);
  });
  return _g;
}