BuglyConfig class
@author : 于德海
time : 2024/5/8 16:06
desc : Class BuglyConfig is used to configure Bugly,
Constructors
- BuglyConfig({required String androidAppId, required String iosAppId, String? channel, bool? debugMode})
Properties
- androidAppId → String
-
androidAppIdis the Android Bugly AppIdfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- iosAppId → String
-
iosAppIdis the IOS Bugly AppIdfinal - 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
-
toMap(
) → Map< String, dynamic> - params to Map trans by channel
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited