BankUiScopeController class abstract

Provides mutation methods for BankUiScopeData.

Obtain an instance with BankUiScope.controllerOf.

Constructors

BankUiScopeController()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIslamicFinanceMode(bool enabled) → void
Enables or disables Islamic finance mode (swaps APR labels for profit-rate labels throughout the kit).
setNumeralStyle(NumeralStyle style) → void
Switches the active NumeralStyle.
setPreset(BankPreset preset) → void
Switches the active BankPreset.
setPrivacy(bool enabled) → void
Sets BankUiScopeData.privacyEnabled to enabled.
togglePrivacy() → void
Flips BankUiScopeData.privacyEnabled.
toString() String
A string representation of this object.
inherited

Operators

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