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