menu
designflow_widgets package
documentation
data/models/log.dart
EditorLogEntity
EditorLogEntity const constructor
EditorLogEntity const constructor
dark_mode
light_mode
EditorLogEntity
constructor
const
EditorLogEntity
(
{
required
String
id
,
required
String
content
,
required
DateTime
createdAt
,
})
Implementation
const EditorLogEntity({ required this.id, required this.content, required this.createdAt, });
designflow_widgets package
documentation
data/models/log
EditorLogEntity
EditorLogEntity const constructor
EditorLogEntity class