isScan property

bool get isScan

Returns true if this is a scan event.

Implementation

bool get isScan => type == DataWedgeEventType.scan;