InflationGovernor class

Constructors

InflationGovernor({required double foundation, required double foundationTerm, required double initial, required double taper, required double terminal})
const
InflationGovernor.fromJson(Map<String, dynamic> json)
factory

Properties

foundation double
final
foundationTerm double
final
hashCode int
The hash code for this object.
no setterinherited
initial double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taper double
final
terminal double
final

Methods

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