menu
jtpack package
documentation
modules/log.dart
Log
Log.new constructor
Log.new constructor
dark_mode
light_mode
Log
constructor
Log
(
String
message
, {
int
code
=
400
,
LogType
logType
=
LogType.info
,
})
Implementation
Log(this.message, {this.code = 400, this.logType = LogType.info});
jtpack package
documentation
modules/log
Log
Log.new constructor
Log class