menu
flutter_devlens package
documentation
models/dev_log.dart
DevLog
DevLog.new constructor
DevLog.new constructor
dark_mode
light_mode
DevLog
constructor
DevLog
(
{
required
String
message
,
required
LogType
type
,
required
DateTime
timestamp
,
})
Implementation
DevLog({ required this.message, required this.type, required this.timestamp, });
flutter_devlens package
documentation
models/dev_log
DevLog
DevLog.new constructor
DevLog class