UpiApp class
This is the model class of apps returned by getAllUpiApps()
.
This class contains some predefined package names of UPI apps.
Constructors
-
UpiApp.fromMap(Map<
String, dynamic> m)
Properties
- app ↔ String?
-
app is the package name of the app. Pass this in app argument of
startTransaction
getter/setter pair - hashCode → int
-
The hash code for this object.
no setteroverride
- icon ↔ Uint8List?
-
This is the icon of the UPI app. Pass it in Image.memory() to display the icon.
getter/setter pair
- name ↔ String?
-
This is the app name for display purpose
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
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.
override