MoneyFormatterCompare class

MoneyFormatterCompare instance.

This instance is used to hold utilities in comparing values held by FlutterMoneyFormatter

Constructors

MoneyFormatterCompare({double amount = 0})

Properties

amount double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEqual(double amount) bool
Check current instance amount is equal than amount or not
isEqualOrGreaterThan(double amount) bool
Check current instance amount is equal or greater than amount or not
isEqualOrLowerThan(double amount) bool
Check current instance amount is equal or lower than amount or not
isGreaterThan(double amount) bool
Check current instance amount is greater than amount or not
isLowerThan(double amount) bool
Check current instance amount is lower than amount or not
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