MiniLoggerModel class

日志 Model

Constructors

MiniLoggerModel(MiniLoggerLevelEnum level, String tag, String content, DateTime createTime, int status)

Properties

content String
内容
getter/setter pair
createTime DateTime
创建时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level MiniLoggerLevelEnum
日志类型
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
状态,0-创建,1-提交
getter/setter pair
tag String
Tag
getter/setter pair

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