UserSearchCriteria class

This class is the user query. It provides a build pattern as well as public fields for use on forms and in actions.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

UserSearchCriteria()
UserSearchCriteria.fromJson(Map<String, dynamic> json)
factory

Properties

accurateTotal bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ids List<String>
getter/setter pairinherited
nextResults String
getter/setter pairinherited
numberOfResults num
getter/setter pairinherited
orderBy String
getter/setter pairinherited
query String
getter/setter pairinherited
queryString String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortFields List<SortField>
getter/setter pairinherited
startRow num
getter/setter pairinherited

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