DryRunSource constructor

DryRunSource({
  1. int? appIndex,
  2. String? fieldName,
  3. String? source,
  4. int? txnIndex,
})

Implementation

DryRunSource({
  this.appIndex,
  this.fieldName,
  this.source,
  this.txnIndex,
});