SearchResponse class

Search API response.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

SearchResponse({String nextResults, num total, List<User> users})
SearchResponse.fromJson(Map<String, dynamic> json)
factory

Properties

expandable List<String>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
nextResults String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total num
getter/setter pair
users List<User>
getter/setter pair

Methods

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

Operators

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