ExceptionInfo constructor
const
ExceptionInfo({})
Implementation
const ExceptionInfo({
required this.title,
required this.description,
required this.platforms,
required this.suggestions,
});
const ExceptionInfo({
required this.title,
required this.description,
required this.platforms,
required this.suggestions,
});