command property
String?
get
command
The command that was executed (for command result events).
Implementation
String? get command => payload['command'] as String?;
The command that was executed (for command result events).
String? get command => payload['command'] as String?;