PerAppResult constructor

PerAppResult({
  1. String? clearingResult,
})

Implementation

PerAppResult({
  this.clearingResult,
});