TCICLogParam class

Inheritance

Constructors

TCICLogParam({required int sequence, required String module, required String action, required String param, String ext = '', int code = 0, String desc = '', String stack = '', bool report = true, String level = 'info'})

Properties

action String
getter/setter pair
code int
getter/setter pair
desc String
getter/setter pair
ext String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level String
getter/setter pair
module String
getter/setter pair
param String
getter/setter pair
report bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
getter/setter pair
stack String
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) TCICLogParam
override