WLogModel class

模型

Constructors

WLogModel({int? id, DateTime? t, String? f, String? m, WLogLevel? l, String? s})
WLogModel

Properties

f String?
打印的位置-文件uri-所属行数
final
hashCode int
The hash code for this object.
no setterinherited
id int?
自增id
getter/setter pair
l WLogLevel?
级别
final
m String?
打印的所属函数
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s String?
内容
final
t DateTime?
时间
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJson
toString() String
A string representation of this object.
override

Operators

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

Static Methods

dateFormat(DateTime time) String
时间格式化
defFormatFunc0(WLogModel m) String
打印0
defFormatFunc1(WLogModel m) String
打印1
fromJson(Map<String, dynamic> json) WLogModel
fromJson