authoredBy method

ModeratorEntrySet authoredBy(
  1. String tag
)

Implementation

ModeratorEntrySet authoredBy(String tag) =>
    ModeratorEntrySet.fromList(HomeSiteLatestThreadsEntrySet.authoredBy(tag));