menu
neomage package
documentation
utils/session/session_storage.dart
LogEntry
LogEntry.new const constructor
LogEntry.new const constructor
dark_mode
light_mode
LogEntry
constructor
const
LogEntry
(
{
required
String
type
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
const LogEntry({required this.type, required this.data});
neomage package
documentation
utils/session/session_storage
LogEntry
LogEntry.new const constructor
LogEntry class