UpiApps class

Constructors

UpiApps({int? id, String? displayName, String? iconUrl, String? appUri, bool? isAvailable, String? scheme, Uint8List? imageData})
Default constructor for UpiApps

Properties

appUri String?
App URI for the package - String
getter/setter pair
displayName String?
This is for displaying purpose - String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
Icon for the package - String
getter/setter pair
id int?
This is Unique serial no - int
getter/setter pair
imageData Uint8List?
Image for the package - ByteData
getter/setter pair
isAvailable bool?
Icon for the package - bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
Scheme for the package - String
getter/setter pair

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