scanData property

String? get scanData

The scanned data (for scan events).

Implementation

String? get scanData => payload['data'] as String?;