Frankfurter class

Constructors

Frankfurter({Uri? url, Duration? cacheDuration, Client? client})

Properties

cacheDuration Duration
final
client → Client?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
Defaults to defaultUrl
final

Methods

getRate({required Currency from, required Currency to}) Future<Rate>
Uses caching to avoid fetching the rate every time.
latest({required Currency from, Set<Currency>? to}) Future<List<Rate>>
Returns a list of the latest rates.
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