DevLogModel constructor
DevLogModel({})
Implementation
DevLogModel({
required this.id,
required this.timestamp,
required this.type,
required this.heading,
required this.content,
});
DevLogModel({
required this.id,
required this.timestamp,
required this.type,
required this.heading,
required this.content,
});