Result.full constructor

Result.full(
  1. String _text,
  2. List<int>? _rawBytes,
  3. int _numBits,
  4. List<ResultPoint?>? _resultPoints,
  5. BarcodeFormat _format,
  6. int _timestamp,
)

Implementation

Result.full(
  this._text,
  this._rawBytes,
  this._numBits,
  this._resultPoints,
  this._format,
  this._timestamp,
);