infoPath property

  1. @override
String infoPath
override

The base request format for the current object.

Implementation

@override
String get infoPath => apiPath['wiki_page']
    .replaceAll(_kSubredditRegExp, _subreddit.displayName)
    .replaceAll(_kPageRegExp, name);