ApplicationMeta class
Represents a UPI payment app and more relevant information.
Contains UpiApplication representation of the UPI payment app. Also contains a logo image and other data.
Constructors
- ApplicationMeta.android(UpiApplication application, Uint8List _icon, int _priority, int _preferredOrder)
- Android platform constructor. [...]
- ApplicationMeta.ios(UpiApplication application)
- iOS platform constructor.
Properties
- application → UpiApplication
-
UpiApplication representation of the UPI app.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon → Uint8List
-
@Deprecated('Use the `iconImage` cross-platform API instead'), read-only
- packageName → String
-
Gets the UPI app's package name.
read-only
- preferredOrder → int
-
Getter for
_preferredOrder
. Leads to UnsupportedError on iOS.read-only - priority → int
-
Getter for
_priority
. Leads to UnsupportedError on iOS.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited