menu
stash_app_flutter
core/utils/app_log_store.dart
AppLogEntry
AppLogEntry.new const constructor
AppLogEntry.new
dark_mode
light_mode
AppLogEntry
constructor
const
AppLogEntry
(
{
required
DateTime
timestamp
,
required
String
message
,
String
source
=
'app'
,
})
Implementation
const AppLogEntry({ required this.timestamp, required this.message, this.source = 'app', });
stash_app_flutter
app_log_store
AppLogEntry
AppLogEntry.new const constructor
AppLogEntry class