ScanResult constructor

ScanResult(
  1. String code,
  2. String type
)

Implementation

ScanResult(this.code, this.type);