Balance class

Balance of some BalanceOrigin.

Available extensions

Constructors

Balance({required Sum sum, required Currency currency})
const

Properties

currency Currency
Currency of this Price.
final
hashCode int
The hash code for this object.
no setterinherited
l10n String

Available on Balance, provided by the BalanceL10nExtention extension

Returns a localized string of this Balance.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sum Sum
Sum of this Price.
final

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

Constants

zero → const Balance
Price with value of zero with a G currency.