DConfig class
config
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPrintLog → bool
-
是否控制台输出日志
final
- hasPrintNet → bool
-
是否控制台输出网络接口日志
final
- hasReverse → bool
-
日志记录反转
final
- hasWriteLog → bool
-
是否写入日志记录
final
- hasWriteNet → bool
-
是否写入网络接口日志
final
- maxLimit → int
-
记录条数限制,默认100条
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? hasReverse, bool? hasPrintLog, bool? hasWriteLog, bool? hasPrintNet, bool? hasWriteNet, int? maxLimit}) → DConfig -
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