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