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