fetch method

Future fetch()

Requests the data associated with the current object.

Implementation

Future<dynamic> fetch() async => reddit.get(infoPath, params: infoParams);