RestoreFailed class

Defines the messaging of the alert presented to the user when restoring a transaction fails.

Available extensions

Constructors

RestoreFailed()

Properties

closeButtonTitle String
Defines the title of the close button in the alert presented to the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
Defines the message of the alert presented to the user when restoring a transaction fails.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the alert presented to the user when restoring a transaction fails.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map

Available on RestoreFailed, provided by the RestoreFailedJson extension

toString() String
A string representation of this object.
inherited

Operators

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