EntityGraphDevtoolsProtocolError constructor
const
EntityGraphDevtoolsProtocolError({
- required EntityGraphDevtoolsProtocolErrorCode code,
- required String message,
Implementation
const EntityGraphDevtoolsProtocolError({
required this.code,
required this.message,
});