commandIdentifier property

String? get commandIdentifier

The command identifier for correlating commands with results.

Implementation

String? get commandIdentifier =>
    payload['commandId'] as String? ?? payload[DataWedgeApi.commandIdentifierKey] as String?;