AppLogsState constructor
const
AppLogsState({
- required List<
EditorLogEntity> logs,
Implementation
const AppLogsState({
required this.logs,
});
const AppLogsState({
required this.logs,
});