ConfigurationTipping class final

tipping

Tipping configurations for readers supporting on-reader tips

Properties

aud → ConfigurationAud?
currency_specific_config
final
cad → ConfigurationAud?
final
chf → ConfigurationAud?
final
czk → ConfigurationAud?
final
dkk → ConfigurationAud?
final
eur → ConfigurationAud?
final
gbp → ConfigurationAud?
final
hashCode → int
The hash code for this object.
no setterinherited
hkd → ConfigurationAud?
final
myr → ConfigurationAud?
final
nok → ConfigurationAud?
final
nzd → ConfigurationAud?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sek → ConfigurationAud?
final
sgd → ConfigurationAud?
final
usd → ConfigurationAud?
final

Methods

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

Operators

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

Static Methods

encode<V>(ConfigurationTipping instance, Encoder<V> encoder) → V