FMSearchOptions class

Constructors

FMSearchOptions({List<String>? countries, int limit = 10, int maxRetries = 3, List<String> langs = const ['en']})
const
FMSearchOptions.initial()
factory
FMSearchOptions.reducedRetry(FMSearchOptions options)
factory

Properties

countries List<String>?
search in particular countries only
final
hashCode int
The hash code for this object.
no setterinherited
langs List<String>
languages allowed in the search results
final
limit int
maximum number of search results
final
maxRetries int
maximum retries on a search failure
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
toString() String
A string representation of this object.
inherited

Operators

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