Wikipedia class

Constructors

Wikipedia.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchQuery({required String searchQuery, int limit = 1}) Future<WikipediaResponse?>
The searchQuery is for searching any type for query. You can search anything from wikipedia by using searchQuery. You can also set limit for this results. By default the limit is set to 1.
searchSummaryWithPageId({required int pageId}) Future<WikipediaSummaryData?>
The searchSummaryWithPageId is for searching page with the help for page id. You can get page data by providing the page id. Page Id is required.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited