populate method

Future<WikiPage> populate()

Promote this WikiPageRef into a populated WikiPage.

Implementation

Future<WikiPage> populate() async => await fetch();