Meta constructor

Meta({
  1. String? apiName,
  2. String? apiVersion,
  3. String? processingTime,
  4. String? operationCase,
  5. int? recordsAffected,
  6. bool? retryInserted,
})

Implementation

Meta({
  this.apiName,
  this.apiVersion,
  this.processingTime,
  this.operationCase,
  this.recordsAffected,
  this.retryInserted,
});