PassportIssuedBySuggestionRequest class

Used to call passport unit suggestions API.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

PassportIssuedBySuggestionRequest(String query, {int? count, List<PassportFilter>? filters})
const
PassportIssuedBySuggestionRequest.fromJson(Map<String, dynamic> json)
Generate Class from Map<String, dynamic>
factory

Properties

count int?
Suggestions response count (default 10, max 20)
final
filters List<PassportFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
query String
Request query
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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