AppInfo class abstract

App Information

App information for known wallet applications.

Implementers

Constructors

AppInfo(App app, {required String id, required String name, required String host, required String schemePath})
Creates an app information object.
const

Properties

app App
The app type.
final
hashCode int
The hash code for this object.
no setterinherited
host String
The app's website host name.
final
icon AssetImage
The app's icon image.
no setter
id String
The application store identifier.
final
name String
The display name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemePath String
The application's custom url scheme path.
final
walletUriBase Uri?
The application's custom url scheme.
no setter

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