EntityGraphDevtoolsProtocolError constructor

const EntityGraphDevtoolsProtocolError({
  1. required EntityGraphDevtoolsProtocolErrorCode code,
  2. required String message,
})

Implementation

const EntityGraphDevtoolsProtocolError({
  required this.code,
  required this.message,
});