InvalidBatchEntryId constructor

InvalidBatchEntryId({
  1. String? type,
  2. String? message,
})

Implementation

InvalidBatchEntryId({String? type, String? message})
    : super(type: type, code: 'InvalidBatchEntryId', message: message);