DefaultConfig class
Constructors
-
DefaultConfig({required List<
String> blackActions, required int configCheckInterval, required String cosSignUrl, required int logExpiredTime, required int logLevel, required int logMaxSize, required int reportInterval, required int reportLevel, required String reportUrl}) -
DefaultConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
blackActions
→ List<
String> -
final
- configCheckInterval → int
-
final
- cosSignUrl → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logExpiredTime → int
-
final
- logLevel → int
-
final
- logMaxSize → int
-
final
- reportInterval → int
-
final
- reportLevel → int
-
final
- reportUrl → String
-
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited