AppInfo class

Constructors

AppInfo({required String appName, required String appId, required Category category, required String appEmail, String? deviceName})

Properties

appEmail String
Your App's email
final
appId String
Your App's ID
final
appName String
Your App's Name
final
category Category
App Category, Defaults to 'partners' which is what is needed
final
deviceName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
inherited