Generates a string representation of the Action.
Action
@override String toString() { return 'Action{message: $message, rawData: $rawData, action: $action, oldScope: $oldScope, newScope: $newScope}'; }