menu
flutter_dev_toolkit package
documentation
plugins/state_inspector/app_state_entry.dart
AppStateEntry
AppStateEntry.new constructor
AppStateEntry.new constructor
dark_mode
light_mode
AppStateEntry
constructor
AppStateEntry
(
{
required
String
source
,
required
dynamic
value
,
required
DateTime
timestamp
,
})
Implementation
AppStateEntry({ required this.source, required this.value, required this.timestamp, });
flutter_dev_toolkit package
documentation
plugins/state_inspector/app_state_entry
AppStateEntry
AppStateEntry.new constructor
AppStateEntry class