SearchForumResponse class

Inheritance

Constructors

SearchForumResponse.from({required int statusCode, required String reasonPhrase, required Map<String, String> headers, required List<SearchedForum> forums})
Returns the new instance of SearchForumResponse based on arguments.

Properties

forums List<SearchedForum>
The searched forums
final
hashCode int
The hash code for this object.
no setteroverride
headers Map<String, String>
The http headers
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
The http status
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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