RScanResult constructor

const RScanResult({
  1. RScanBarType? type,
  2. String? message,
  3. List<RScanPoint>? points,
})

Implementation

const RScanResult({this.type, this.message, this.points});