AnalyticsConfig class

Constructors

AnalyticsConfig({required String accountId, required String devToken, required String cryptKey, required int minReportInterval, required int maxReportNumEachTime, required bool debugMode})

Properties

accountId String
final
cryptKey String
final
debugMode bool
final
devToken String
final
hashCode int
The hash code for this object.
no setterinherited
maxReportNumEachTime int
final
minReportInterval int
final
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.
override

Operators

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