LivenessSuccessResult constructor

LivenessSuccessResult(
  1. bool valid,
  2. String cause,
  3. String codId,
  4. String protocol,
  5. String scanResultBlob,
)

Implementation

LivenessSuccessResult(
  this.valid,
  this.cause,
  this.codId,
  this.protocol,
  this.scanResultBlob,
);