command property

String? get command

The command that was executed (for command result events).

Implementation

String? get command => payload['command'] as String?;