Paisa class

Constructors

Paisa({required Currency from, required Currency to, required double amount, required double rate})
const

Properties

amount double
final
convertedAmount double
Returns converted amount from the given amount and rate
no setter
from Currency
final
fromCurrencySymbol String
no setter
hashCode int
The hash code for this object.
no setterinherited
rate double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to Currency
final
toCurrencySymbol String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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