EntityGraphDevtoolsHistoryImportCancellationReceipt constructor

const EntityGraphDevtoolsHistoryImportCancellationReceipt({
  1. required String candidateId,
  2. required bool cancelled,
})

Implementation

const EntityGraphDevtoolsHistoryImportCancellationReceipt({
  required this.candidateId,
  required this.cancelled,
});