isCommandResult property

bool get isCommandResult

Returns true if this is a command result event.

Implementation

bool get isCommandResult => type == DataWedgeEventType.commandResult;