posts property
List<ModeratorEntry>
get
posts
Implementation
List<ModeratorEntry> get posts =>
all.where((element) => element.flags.isPost).toList();
List<ModeratorEntry> get posts =>
all.where((element) => element.flags.isPost).toList();