EntityGraphDevtoolsCommand constructor

const EntityGraphDevtoolsCommand({
  1. required String storeId,
  2. required String controllerId,
  3. required String requestId,
  4. required EntityGraphDevtoolsCommandName command,
  5. Object? payload,
})

Implementation

const EntityGraphDevtoolsCommand({
  required super.storeId,
  required this.controllerId,
  required this.requestId,
  required this.command,
  this.payload,
});