factory ActionContext.fromJson(Map<String, dynamic> json) { return ActionContext( actionExecutionId: json['actionExecutionId'] as String?, name: json['name'] as String?, ); }