result property

String? get result

The result of the command (for command result events).

Implementation

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