menu
voo_logging package
documentation
features/logging/data/models/log_entry_model.dart
LogEntryModel
LogEntryModel.fromJson factory constructor
LogEntryModel.fromJson factory constructor
dark_mode
light_mode
LogEntryModel.fromJson
constructor
LogEntryModel.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LogEntryModel.fromJson(Map<String, dynamic> json) => _$LogEntryModelFromJson(json);
voo_logging package
documentation
features/logging/data/models/log_entry_model
LogEntryModel
LogEntryModel.fromJson factory constructor
LogEntryModel class