populate method

Future<Subreddit> populate()

Promotes this SubredditRef into a populated Subreddit.

Implementation

Future<Subreddit> populate() async => (await fetch()) as Subreddit;