menu
seedkit_module_api package
documentation
seedkit_module_api_models.dart
DetailException
DetailException.new const constructor
DetailException.new const constructor
dark_mode
light_mode
DetailException
constructor
const
DetailException
(
{
required
String
title
,
String
?
detail
,
})
Implementation
const DetailException({ required super.title, super.detail, });
seedkit_module_api package
documentation
seedkit_module_api_models
DetailException
DetailException.new const constructor
DetailException class