DialogShownEvent class
Constructors
-
DialogShownEvent({required String dialogId, required DialogType dialogType, required List<
Account> accounts, required String title, String? subtitle}) -
DialogShownEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accounts
→ List<
Account> -
final
- dialogId → String
-
final
- dialogType → DialogType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → String?
-
final
- title → String
-
These exist primarily so that the caller can verify the
RP context was used appropriately.
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