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 upiApplication, Uint8List? _icon, int _priority, int _preferredOrder)
Android platform constructor.
ApplicationMeta.ios(UpiApplication upiApplication)
iOS platform constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
packageName String
Gets the UPI app's package name.
no setter
preferredOrder int
Getter for _preferredOrder. Leads to UnsupportedError on iOS.
no setter
priority int
Getter for _priority. Leads to UnsupportedError on iOS.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upiApplication UpiApplication
UpiApplication representation of the UPI app.
final

Methods

iconImage(double dimension) Image
Returns an Image widget for the UPI app.
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