AppInfo class

Constructors

AppInfo({required String appId, required String appName, required String appVersion, required String platform, required String environment, String? appLanguage, String? preferredAndroidMarket, String? otherAndroidMarketUrl, String? preferredIosStore, String? otherIosStoreUrl, Map<String, dynamic>? customAttributes})

Properties

appId String
final
appLanguage String?
getter/setter pair
appName String
final
appVersion String
final
customAttributes Map<String, dynamic>?
getter/setter pair
environment String
final
hashCode int
The hash code for this object.
no setterinherited
otherAndroidMarketUrl String?
getter/setter pair
otherIosStoreUrl String?
getter/setter pair
platform String
final
preferredAndroidMarket String?
getter/setter pair
preferredIosStore String?
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.
inherited