menu
entity_graph_flutter package
documentation
devtools.dart
EntityGraphDevtoolsEntityError
EntityGraphDevtoolsEntityError.new const constructor
EntityGraphDevtoolsEntityError.new const constructor
dark_mode
light_mode
EntityGraphDevtoolsEntityError
constructor
const
EntityGraphDevtoolsEntityError
(
{
required
String
message
,
required
bool
?
retryable
,
})
Implementation
const EntityGraphDevtoolsEntityError({ required this.message, required this.retryable, });
entity_graph_flutter package
documentation
devtools
EntityGraphDevtoolsEntityError
EntityGraphDevtoolsEntityError.new const constructor
EntityGraphDevtoolsEntityError class