EntityGraphDevtoolsCommand constructor
const
EntityGraphDevtoolsCommand({
- required String storeId,
- required String controllerId,
- required String requestId,
- required EntityGraphDevtoolsCommandName command,
- Object? payload,
Implementation
const EntityGraphDevtoolsCommand({
required super.storeId,
required this.controllerId,
required this.requestId,
required this.command,
this.payload,
});