menu
fluttervisionsdkplugin package
documentation
model_manager/model_exception.dart
ModelException
ModelException.new const constructor
ModelException.new const constructor
dark_mode
light_mode
ModelException
constructor
const
ModelException
(
{
required
String
message
,
Object
?
cause
,
})
Implementation
const ModelException({ required this.message, this.cause, });
fluttervisionsdkplugin package
documentation
model_manager/model_exception
ModelException
ModelException.new const constructor
ModelException class