BankAssistantPrompt class
One suggested prompt rendered as a tappable chip inside BankAssistantPanel.
- Annotations
Constructors
- BankAssistantPrompt({required String id, required String label, IconData? icon})
-
Creates an immutable suggested-prompt descriptor.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → IconData?
-
Optional leading glyph rendered before label.
final
- id → String
-
Stable identifier passed back through
onPromptTap.final - label → String
-
User-visible chip label, e.g.
'Spending this month'.final - 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override