@override Map<String, dynamic> toJson() => { 'type': 'local_shell_call', 'id': id, 'call_id': callId, 'action': action.toJson(), 'status': status.toJson(), };