EntityGraphDevtoolsEntityError constructor

const EntityGraphDevtoolsEntityError({
  1. required String message,
  2. required bool? retryable,
})

Implementation

const EntityGraphDevtoolsEntityError({
  required this.message,
  required this.retryable,
});