PhantomAppInfo class

Phantom App Info

Inheritance

Constructors

PhantomAppInfo({required String id, String schemePath = 'ul/solana-wallet'})
Phantom wallet application information.
const

Properties

app App
The app type.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
host String
The app's website host name.
finalinherited
icon AssetImage
The app's icon image.
no setterinherited
id String
The application store identifier.
finalinherited
name String
The display name.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemePath String
The application's custom url scheme path.
finalinherited
walletUriBase Uri?
The application's custom url scheme.
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.
inherited

Operators

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