MobileScannerErrorDetails constructor

const MobileScannerErrorDetails({
  1. String? code,
  2. Object? details,
  3. String? message,
})

Construct a new MobileScannerErrorDetails instance.

Implementation

const MobileScannerErrorDetails({this.code, this.details, this.message});