menu
devtools_app_shared package
documentation
service.dart
EvalErrorException
EvalErrorException constructor
EvalErrorException constructor
dark_mode
light_mode
EvalErrorException
constructor
EvalErrorException
(
{
required
String
expression
,
required
Map
<
String
,
String
?
>
?
scope
,
required
ErrorRef
errorRef
,
})
Implementation
EvalErrorException({ required this.expression, required this.scope, required this.errorRef, });
devtools_app_shared package
documentation
service
EvalErrorException
EvalErrorException constructor
EvalErrorException class