ApplicationMeta class Null safety

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. [...]
read-only, inherited
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
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 non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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