FastCalculatorBlocDelegate class mixin
Constructors
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
-
canAutoRefreshComputations(
) → Future< bool> -
getUserCurrencyCode(
) → String? - Retrieves the user's currency code. Returns null by default.
-
getUserCurrencySymbol(
) → String? - Retrieves the user's currency symbol. Returns null by default.
-
getUserLocaleCode(
) → String? - Retrieves the user's locale code. Returns null by default.
-
loadMetadata(
) → Future< Map< String, dynamic> ?> - Asynchronously loads and returns metadata as a Map of String to dynamic. Returns null by default.
-
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