MyIdResult constructor

MyIdResult({
  1. String? code,
  2. String? comparison,
  3. String? base64,
})

Implementation

MyIdResult({
  this.code,
  this.comparison,
  this.base64
});